You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 5, 2021. It is now read-only.
For some events like compositions, we trigger a setSelection on
the composed word then an insertText. However, the user never
selected anything, so this simulation is somewhat wrong.
Since we can now give a range as command parameter, we should
update the normalizer to use this mechanism rather than trigger a
somewhat fake setSelection action.
Basically, we need to "replicate" this commit in the current master: fed9705
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
For some events like compositions, we trigger a setSelection on
the composed word then an insertText. However, the user never
selected anything, so this simulation is somewhat wrong.
Since we can now give a range as command parameter, we should
update the normalizer to use this mechanism rather than trigger a
somewhat fake setSelection action.
Basically, we need to "replicate" this commit in the current master:
fed9705
The text was updated successfully, but these errors were encountered: