Ticket #8342: 8342_4.patch
File 8342_4.patch, 602 bytes (added by , 13 years ago) |
---|
-
_source/plugins/clipboard/plugin.js
418 418 setToolbarStates.call( editor ); 419 419 }); 420 420 421 // State reflected immediately in read-only mode. 422 editor.on( 'readOnly', function() 423 { 424 inReadOnly = this.readOnly; 425 setToolbarStates.call( editor ); 426 }); 427 421 428 // If the "contextmenu" plugin is loaded, register the listeners. 422 429 if ( editor.contextMenu ) 423 430 {