- Timestamp:
- 07/09/2021 08:12:29 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/js/_enqueues/wp/customize/controls.js
r50547 r51389 907 907 }; 908 908 prop = _.find( _.keys( transitions ), function( prop ) { 909 return ! _.isUndefined( el.style[ prop ] ) ;909 return ! _.isUndefined( el.style[ prop ] ) && ! _.isEmpty( el.style[ prop ] ); 910 910 } ); 911 911 if ( prop ) {
Note: See TracChangeset
for help on using the changeset viewer.