Changeset 61627
- Timestamp:
- 02/12/2026 07:41:54 PM (2 months ago)
- File:
-
- 1 edited
-
trunk/src/js/_enqueues/wp/widgets/custom-html.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/js/_enqueues/wp/widgets/custom-html.js
r58455 r61627 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/5322387d336 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 337 337 setTimeout( renderWhenAnimationDone, animatedCheckDelay ); 338 338 } else {
Note: See TracChangeset
for help on using the changeset viewer.