wp core update 6.6
This commit is contained in:
@@ -1552,7 +1552,7 @@
|
||||
// Bind and unbind based on the distraction free writing focus.
|
||||
$document.on( 'dfw-on.focus', mceBind ).on( 'dfw-off.focus', mceUnbind );
|
||||
|
||||
// Focuse the editor when it is the target of the click event.
|
||||
// Focus the editor when it is the target of the click event.
|
||||
editor.on( 'click', function( event ) {
|
||||
if ( event.target === editor.getDoc().documentElement ) {
|
||||
editor.focus();
|
||||
|
||||
Reference in New Issue
Block a user