TinyMCE, inline link: ensure the inline dialog is in preview mode after updating a link from the (advanced) modal.

Props afercia.
See #33301.

git-svn-id: https://develop.svn.wordpress.org/trunk@36977 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Ozz 2016-03-13 17:46:59 +00:00
parent c60cf303dc
commit 7a62a64686
1 changed files with 2 additions and 0 deletions

View File

@ -436,6 +436,8 @@ var wpLink;
}
}
// Not editing any more
attrs['data-wplink-edit'] = null;
editor.dom.setAttribs( link, attrs );
} else {
if ( text ) {