Ticket #30528: 30528.diff
File 30528.diff, 625 bytes (added by , 10 years ago) |
---|
-
src/wp-admin/js/editor-expand.js
1008 1008 1009 1009 $overlay.off( 'mouseenter.focus mouseleave.focus mousemove.focus touchstart.focus' ); 1010 1010 1011 $editor.on( 'mouseenter.focus', function() {1012 if ( $.contains( $editor.get( 0 ), document.activeElement ) || editorHasFocus ) {1013 fadeOut();1014 }1015 } );1016 1017 1011 focusLostTimer = setTimeout( function() { 1018 1012 focusLostTimer = null; 1019 1013 $editor.off( 'mouseenter.focus' );