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:
Andrew Ozz 2014-06-06 04:42:34 +00:00
parent 319299d42b
commit b1b0e54f7f
1 changed files with 1 additions and 0 deletions

View File

@ -94,6 +94,7 @@ tinymce.PluginManager.add( 'wpview', function( editor ) {
// select the hidden div
editor.selection.select( clipboard, true );
editor.nodeChanged();
}
/**