From 7fc64e8adba8828c461d14a3de5c9215cd92e587 Mon Sep 17 00:00:00 2001 From: Ella Iseulde Van Dorpe Date: Wed, 24 Jun 2015 23:22:44 +0000 Subject: [PATCH] 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 --- src/wp-includes/js/wplink.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/wp-includes/js/wplink.js b/src/wp-includes/js/wplink.js index a1f701df05..de4948152a 100644 --- a/src/wp-includes/js/wplink.js +++ b/src/wp-includes/js/wplink.js @@ -376,6 +376,8 @@ var wpLink; editor.execCommand( 'mceInsertLink', false, attrs ); } } + + editor.nodeChanged(); }, updateFields: function( e, li ) {