Ticket #30565: 30565.patch
File 30565.patch, 669 bytes (added by , 10 years ago) |
---|
-
src/wp-includes/js/tinymce/plugins/wpeditimage/plugin.js
335 335 editor.on( 'init', function() { 336 336 editor.dom.bind( editor.getWin(), 'scroll', hide ); 337 337 }); 338 338 339 339 editor.on( 'blur hide', hide ); 340 340 341 341 // 119 = F8 … … 1124 1124 if ( floatingToolbar ) { 1125 1125 floatingToolbar.reposition(); 1126 1126 } 1127 1128 editor.fire( 'ExecCommand', { 1129 command: cmd, 1130 ui: event.ui, 1131 value: event.value 1132 } ); 1127 1133 } 1128 1134 }); 1129 1135