Ticket #4899: 4899.patch
File 4899.patch, 550 bytes (added by , 15 years ago) |
---|
-
_source/plugins/format/plugin.js
57 57 58 58 styles[ value ].apply( editor.document ); 59 59 60 editor.fire( 'saveSnapshot' ); 60 // Save the undo snapshot after all changes are affected. (#4899) 61 setTimeout( function() 62 { 63 editor.fire( 'saveSnapshot' ); 64 }, 0 ); 61 65 }, 62 66 63 67 onRender : function()