We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5339059 + 697e85f commit a7b117fCopy full SHA for a7b117f
plugins/clipboard/plugin.js
@@ -480,7 +480,7 @@
480
// Use editor.document instead of editable in non-IEs for observing mouseup
481
// since editable won't fire the event if selection process started within
482
// iframe and ended out of the editor (#9851).
483
- ( CKEDITOR.env.ie ? editable : editor.document.getDocumentElement() ).on( 'mouseup', function() {
+ editable.attachListener( CKEDITOR.env.ie ? editable : editor.document.getDocumentElement(), 'mouseup', function() {
484
setTimeout( function() {
485
setToolbarStates();
486
}, 0 );
0 commit comments