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
I've got no idea why it throws but this happens in the situation I recorded. For some reason viewSelection.editableElement is undefined at that moment.
The text was updated successfully, but these errors were encountered:
I've seen this problem already and I am working on it ATM. It is probably because view.Writer removes part of a text node in which view.Selection has been placed. If something is checked after view.Writer did it's work, but before view.Selection is refreshed, then you might got an error.
We should either handle view.Selection in view.Writer, or handle it on view nodes events, or do not use view.Selection#editableElement in "dangerous" places (during conversion, before rendering, etc.)
I've got no idea why it throws but this happens in the situation I recorded. For some reason
viewSelection.editableElement
is undefined at that moment.The text was updated successfully, but these errors were encountered: