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
Describe the bug
The selection marker in content model is gone after calling selectNodeContents on a <br> node. If calling selectNode, the marker won't be lost.
Describe the bug
The selection marker in content model is gone after calling
selectNodeContents
on a<br>
node. If callingselectNode
, the marker won't be lost.To Reproduce
The sample code for reproducing:
The exported content model doesn't contain any selection marker. You can try this in codepen: https://codepen.io/xy-z-the-animator/pen/oNKgZeK
Expected behavior
The editor should handle the selection inside
<br>
element and include selection marker in the exported model.Device Information
The text was updated successfully, but these errors were encountered: