Changeset 27544
- Timestamp:
- 03/14/2014 08:40:44 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/js/tinymce/plugins/wpview/plugin.js
r27408 r27544 141 141 var body, padNode; 142 142 143 wp.mce.views.render(); 143 // don't (re-)render views if the format of the content is raw 144 // to avoid adding additional undo levels on undo/redo 145 if ( event.format !== 'raw' ) { 146 wp.mce.views.render(); 147 } 144 148 145 149 // Add padding <p> if the noneditable node is last
Note: See TracChangeset
for help on using the changeset viewer.