mirror of
git://develop.git.wordpress.org/
synced 2025-01-18 21:28:02 +01:00
TinyMCE: prevent removing of the temp link element when opening the advanced link dialog to insert new link.
Part props figureone for finding the cause. Fixes #40558. git-svn-id: https://develop.svn.wordpress.org/trunk@40644 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
bf4b384fd4
commit
c098bc38d0
@ -587,9 +587,9 @@
|
||||
editor.focus(); // Needed for IE
|
||||
}
|
||||
|
||||
editToolbar.tempHide = true;
|
||||
window.wpLink.open( editor.id, url, text, linkNode );
|
||||
|
||||
editToolbar.tempHide = true;
|
||||
inputInstance.reset();
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user