Changeset 51687
- Timestamp:
- 08/30/2021 03:29:25 AM (4 years ago)
- Location:
- branches/5.8
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/5.8
- Property svn:mergeinfo changed
/trunk merged: 51682-51683
- Property svn:mergeinfo changed
-
branches/5.8/src/js/_enqueues/wp/customize/controls.js
r50547 r51687 8453 8453 } 8454 8454 8455 // Abort if we're inside of a block editor instance. 8456 if ( event.target.closest( '.block-editor-writing-flow' ) !== null || 8457 event.target.closest( '.block-editor-block-list__block-popover' ) !== null 8458 ) { 8459 return; 8460 } 8461 8455 8462 // Check for expanded expandable controls (e.g. widgets and nav menus items), sections, and panels. 8456 8463 api.control.each( function( control ) {
Note: See TracChangeset
for help on using the changeset viewer.