You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* This ensures that the textarea is visible and the editor can be initialized.
334
334
*/
335
335
renderWhenAnimationDone=function(){
336
-
if(!(wp.customize ? widgetContainer.parent().hasClass('expanded') : widgetContainer.hasClass('open'))){// Core merge: The wp.customize condition can be eliminated with this change being in core: https://github.com/xwp/wordpress-develop/pull/247/commits/5322387d
336
+
if(!(wp.customize ? widgetContainer.parent().hasClass('expanded') : widgetContainer.hasClass('open'))){// Core merge: The wp.customize condition can be eliminated with this change being in core: https://core.trac.wordpress.org/changeset/41260
0 commit comments