Ticket #7092: 7092.patch
File 7092.patch, 587 bytes (added by , 12 years ago) |
---|
-
_source/plugins/styles/plugin.js
74 74 } 75 75 } 76 76 }); 77 // Reset all previously saved states on mode change (#7092). 78 this.on( 'mode', function() 79 { 80 for ( var i = 0 ; i < styleStateChangeCallbacks.length ; i++ ) 81 styleStateChangeCallbacks[ i ].state = undefined; 82 }); 77 83 } 78 84 79 85 // Save the callback info, so it can be checked on the next occurrence of