Ticket #7775: 7775.patch
File 7775.patch, 528 bytes (added by , 12 years ago) |
---|
-
_source/plugins/clipboard/plugin.js
375 375 editor.on( 'contentDom', function() 376 376 { 377 377 var body = editor.document.getBody(); 378 body.on( 'beforepaste', function( evt )378 body.on( CKEDITOR.env.webkit ? 'paste' : 'beforepaste', function( evt ) 379 379 { 380 380 if ( depressBeforeEvent ) 381 381 return;