Changeset 28063
- Timestamp:
- 04/09/2014 03:28:17 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/js/tinymce/plugins/wpview/plugin.js
r28062 r28063 294 294 // Fix issue with deselecting a view in IE8. Without this hack, clicking content above the view wouldn't actually deselect it 295 295 // and the caret wouldn't be placed at the mouse location 296 if (tinymce.Env.ie <= 8 ) {296 if ( tinymce.Env.ie && tinymce.Env.ie <= 8 ) { 297 297 deselectEventType = 'mouseup'; 298 298 } else {
Note: See TracChangeset
for help on using the changeset viewer.