Fix typo in [30361], see #30147.
Built from https://develop.svn.wordpress.org/trunk@30362 git-svn-id: http://core.svn.wordpress.org/trunk@30361 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
22b760088c
commit
69b529024a
|
@ -271,7 +271,7 @@ tinymce.PluginManager.add( 'wpeditimage', function( editor ) {
|
|||
editor.on( 'nodechange', function( event ) {
|
||||
var delay = iOS ? 350 : 100;
|
||||
|
||||
if ( event.element.nodeName !== 'IMG' || isPlaceholder( event.element.nodeName ) ) {
|
||||
if ( event.element.nodeName !== 'IMG' || isPlaceholder( event.element ) ) {
|
||||
tb.hide();
|
||||
return;
|
||||
}
|
||||
|
|
File diff suppressed because one or more lines are too long
Binary file not shown.
Loading…
Reference in New Issue