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
Renderer._isSelectionInInlineFiller is trying to translate view selection position into DOM position, (by using DomConverter.viewPositionToDom), but this is impossible because:
in the view we've already changed *italicize* to <em>italicize</em>,
there is no DOM corresponding element as it will be created later on during this rendering.
I got the error while typing this text:
The text was updated successfully, but these errors were encountered: