We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
TableSelection
editor.plugins.get( 'TableSelection' ).forceDisabled()
The selection is collapsed.
Multiple cells are selected.
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:
Handle this in setCellSelection() to not set multi-cell selection.
setCellSelection()
Sorry, something went wrong.
Merge pull request #7615 from ckeditor/i/7486
e50a4e1
Fix (table): Pasting table into a table should not set multi-cell selection if TableSelection plugin is disabled. Closes #7486.
niegowski
Successfully merging a pull request may close this issue.
📝 Provide detailed reproduction steps (if any)
TableSelection
-editor.plugins.get( 'TableSelection' ).forceDisabled()
.✔️ Expected result
The selection is collapsed.
❌ Actual result
Multiple cells are selected.
📃 Other details
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: