Ticket #28567: 28567.6.patch
File 28567.6.patch, 614 bytes (added by , 10 years ago) |
---|
-
src/wp-includes/js/tinymce/plugins/wpview/plugin.js
508 508 } else { 509 509 setViewCursor( true, view ); 510 510 } 511 512 511 } else if ( keyCode === VK.RIGHT ) { 513 512 setViewCursor( false, view ); 514 513 } else if ( keyCode === VK.DOWN ) { … … 564 563 565 564 editor.on( 'focus', function() { 566 565 var view; 567 566 568 567 focus = true; 569 568 editor.dom.addClass( editor.getBody(), 'has-focus' ); 570 569