Changeset 51682
- Timestamp:
- 08/28/2021 01:24:13 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/js/_enqueues/wp/customize/controls.js
r51677 r51682 8462 8462 } 8463 8463 8464 // Abort if we're inside of a block editor instance. 8465 if ( event.target.closest( '.block-editor-writing-flow' ) !== null 8466 || event.target.closest( '.block-editor-block-list__block-popover' ) !== null 8467 ) { 8468 return; 8469 } 8470 8464 8471 // Check for expanded expandable controls (e.g. widgets and nav menus items), sections, and panels. 8465 8472 api.control.each( function( control ) {
Note: See TracChangeset
for help on using the changeset viewer.