-
-
Notifications
You must be signed in to change notification settings - Fork 3.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Disabling table selection should collapse selection #6430
Comments
Unfortunately, when I do this:
The |
Yea, I guess you need to do some extra magic to shrink to inside of a first/last table cell, as the selection is always outside of a cell. |
I've used this and it seems to work:
But I treat it as a hack and looking foward to having it inside the plugin. |
We were able to make a temp workaorund in CF, since we need to start testing iteration 30 ASAP I'm moving this to it. 31st |
Fix: `TableSelection` plugin should collapse a multi-cell selection when it gets disabled. Closes ckeditor/ckeditor5#6430.
📝 Provide a description of the improvement
At this moment, when you disable table selection plugin, the selection stays as it was, that is, it can be done on multiple cells. This is in my opinion wrong - if I disable the multi-cell selection I don't want it to be existing in the editor anymore.
If you'd like to see this improvement implemented, add a 👍 reaction to this post.
The text was updated successfully, but these errors were encountered: