wpView: fire a nodeChanged
event after selecting a view so the editor UI gets updated. Props avryl, fixes #28385
git-svn-id: https://develop.svn.wordpress.org/trunk@28686 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
319299d42b
commit
b1b0e54f7f
@ -94,6 +94,7 @@ tinymce.PluginManager.add( 'wpview', function( editor ) {
|
|||||||
|
|
||||||
// select the hidden div
|
// select the hidden div
|
||||||
editor.selection.select( clipboard, true );
|
editor.selection.select( clipboard, true );
|
||||||
|
editor.nodeChanged();
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
Reference in New Issue
Block a user