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
A possible solution could be introducing a new selection type InvalidSelection, which has no correspondence in the document model, but can be used in the browser for instance to copy and paste content.
The text was updated successfully, but these errors were encountered:
For now, I just create a null selection in these cases. I.e., it is not possible to copy from a form editor outside of fields.
This proposal is rather a big thing, as we need to introduce the isInvalid() check at many places.
So let's wait.
Search for a more flexible solution to #358
A possible solution could be introducing a new selection type InvalidSelection, which has no correspondence in the document model, but can be used in the browser for instance to copy and paste content.
The text was updated successfully, but these errors were encountered: