Skip to content

Commit

Permalink
Merge branch 't/10219'
Browse files Browse the repository at this point in the history
  • Loading branch information
Reinmar committed Mar 18, 2013
2 parents 5339059 + 697e85f commit a7b117f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/clipboard/plugin.js
Original file line number Diff line number Diff line change
Expand Up @@ -480,7 +480,7 @@
// Use editor.document instead of editable in non-IEs for observing mouseup
// since editable won't fire the event if selection process started within
// iframe and ended out of the editor (#9851).
( CKEDITOR.env.ie ? editable : editor.document.getDocumentElement() ).on( 'mouseup', function() {
editable.attachListener( CKEDITOR.env.ie ? editable : editor.document.getDocumentElement(), 'mouseup', function() {
setTimeout( function() {
setToolbarStates();
}, 0 );
Expand Down

0 comments on commit a7b117f

Please sign in to comment.