- Timestamp:
- 12/22/2014 09:30:16 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/js/tinymce/plugins/wpview/plugin.js
r30694 r30986 331 331 if ( ( event.type === 'touchend' || event.type === 'mousedown' ) && ! event.metaKey && ! event.ctrlKey ) { 332 332 if ( editor.dom.hasClass( event.target, 'edit' ) ) { 333 334 // In IE need to transfer focus from the non-editable view back to the editor. 335 if ( Env.ie ) { 336 editor.focus(); 337 } 338 333 339 wp.mce.views.edit( view ); 334 editor.focus();335 340 return false; 336 341 } else if ( editor.dom.hasClass( event.target, 'remove' ) ) {
Note: See TracChangeset
for help on using the changeset viewer.