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.