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
ModelDocument
selectionChangeDone
editor.editing.view.on( 'selectionChangeDone', () => { editor.document.enqueueChanges( () => {} ); } );
<paragraph>F[o<$text bold="true">o b</$text>]ar</paragraph>
The text was updated successfully, but these errors were encountered:
It might mean that DOM is re-rendered and it can be connected with the composition issues.
/cc @f1ames
Sorry, something went wrong.
Tests: covering #880.
0ed0f55
Merge pull request #896 from ckeditor/t/887
d8ee5fa
Fix: Renderer should not change the native selection if the one it's about to render is visually similar to the current one. Closes #887. Closes #880.
Successfully merging a pull request may close this issue.
How to reproduce?
ModelDocument
(can be empty function) onselectionChangeDone
event.The text was updated successfully, but these errors were encountered: