Ticket #19845: 19845.3.diff
File 19845.3.diff, 701 bytes (added by , 11 years ago) |
---|
-
src/wp-includes/js/tinymce/plugins/wordpress/plugin.js
443 443 editor.dom.bind( editor.getBody(), 'dragstart', function() { 444 444 _hideButtons(); 445 445 }); 446 447 editor.dom.bind( editor.getWin(), 'dragover', function(e) { 448 if ( typeof window.jQuery !== 'undefined' ) { 449 // Propagate the event to its container for the parent window to catch. 450 jQuery( editor.getContainer() ).trigger(e); 451 } 452 }); 446 453 }); 447 454 448 455 editor.on( 'BeforeExecCommand', function() {