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
In the TableSelection class and it works well but it needs some behavior polishing. For isntance arrows do not work as expected (you end up in different cell then end one.
If you'd like to see this fixed sooner, add a π reaction to this post.
The text was updated successfully, but these errors were encountered:
This should be handled in the ckeditor5-typing package. There's a listener for keydown which should make sure that the selection is collapsed. Let's move the selection to the first cell. We don't even need to select its content.
π Provide detailed reproduction steps (if any)
βοΈ Expected result
You should be able to type in last table cell.
β Actual result
Something breaks
π Other details
I've tried to fix this issue with
In the
TableSelection
class and it works well but it needs some behavior polishing. For isntance arrows do not work as expected (you end up in different cell thenend
one.If you'd like to see this fixed sooner, add a π reaction to this post.
The text was updated successfully, but these errors were encountered: