Ticket #7775: 7775.patch

File 7775.patch, 528 bytes (added by Garry Yao, 12 years ago)
  • _source/plugins/clipboard/plugin.js

     
    375375                                editor.on( 'contentDom', function()
    376376                                {
    377377                                        var body = editor.document.getBody();
    378                                         body.on( 'beforepaste', function( evt )
     378                                        body.on( CKEDITOR.env.webkit ? 'paste' : 'beforepaste', function( evt )
    379379                                                {
    380380                                                        if ( depressBeforeEvent )
    381381                                                                return;
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy