wplink: update TinyMCE UI after updating the link

See #32604.


git-svn-id: https://develop.svn.wordpress.org/trunk@32932 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ella Iseulde Van Dorpe 2015-06-24 23:22:44 +00:00
parent ed5625f831
commit 7fc64e8adb
1 changed files with 2 additions and 0 deletions

View File

@ -376,6 +376,8 @@ var wpLink;
editor.execCommand( 'mceInsertLink', false, attrs );
}
}
editor.nodeChanged();
},
updateFields: function( e, li ) {