Ticket #6718: 6718.patch
File 6718.patch, 652 bytes (added by , 12 years ago) |
---|
-
_source/plugins/pastefromword/plugin.js
27 27 exec : function() 28 28 { 29 29 forceFromWord = 1; 30 if ( editor.execCommand( 'paste' ) === false ) 30 if ( editor.config.forcePasteAsPlainText && ( editor.fire( 'pasteDialog' ), 1 ) // Have to override "forcePasteAsPlainText" by opening dialog (#6718). 31 || editor.execCommand( 'paste' ) === false ) 31 32 { 32 33 editor.on( 'dialogHide', function ( evt ) 33 34 {