Changeset 32257
- Timestamp:
- 04/21/2015 09:31:26 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/js/tinymce/plugins/wpview/plugin.js
r32229 r32257 362 362 // Remove marker attributes 363 363 $( 'p[data-wpview-marker]', rootNode ).attr( 'data-wpview-marker', null ); 364 365 // Reset the selected node if any366 selected = null;367 364 } 368 365 … … 375 372 // Replace the view nodes with their text directly in the editor body. 376 373 wp.mce.views.unbind(); 374 deselect(); 377 375 resetViews( editor.getBody() ); 378 376 });
Note: See TracChangeset
for help on using the changeset viewer.