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
It will insert a <span contenteditable='false'>@user</span> tag into a block inner html.
But if this span tag located at the first element of the block, when I tried to press the backspace keyboard button to delete the whole span, I got this error.
Failed to execute 'setEnd' on 'Range': There is no child at offset 15.
IndexSizeError: Failed to execute 'setEnd' on 'Range': There is no child at offset 15.
I'm using a editorjs-mention-tool plugin.
It will insert a
<span contenteditable='false'>@user</span>
tag into a block inner html.But if this span tag located at the first element of the block, when I tried to press the
backspace
keyboard button to delete the whole span, I got this error.situation:
My caret is at the place of
|
, then I press backspace and I got the error.related to this function?
editor.js/src/components/utils/caret.ts
Line 10 in 6313409
The text was updated successfully, but these errors were encountered: