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
In FF Android backspace keystroke at beginning of new line generates a set of composition events (IME) mutating the DOM but no a proper key event [1].
In this situation the editor tries to undo DOM changes (DomMutationReverter) when detecting the DOM events (EditorEventHandler.handleEventInner:346). Result is a inconsistency of the document in-memory model.
In FF Android backspace keystroke at beginning of new line generates a set of composition events (IME) mutating the DOM but no a proper key event [1].
In this situation the editor tries to undo DOM changes (DomMutationReverter) when detecting the DOM events (EditorEventHandler.handleEventInner:346). Result is a inconsistency of the document in-memory model.
[1] Composition events:
The text was updated successfully, but these errors were encountered: