diff --git src/wp-includes/js/customize-selective-refresh.js src/wp-includes/js/customize-selective-refresh.js
index 0735b23..2f0c8f1 100644
|
|
wp.customize.selectiveRefresh = ( function( $, api ) { |
120 | 120 | if ( ! $placementContainer.length || $placementContainer.is( illegalContainerSelector ) || $placementContainer.closest( illegalAncestorSelector ).length ) { |
121 | 121 | return; |
122 | 122 | } |
| 123 | if ( 'nav_menu' === partial.getType() && $placementContainer.closest( '.widget_nav_menu' ).length ) { |
| 124 | return; |
| 125 | } |
123 | 126 | $shortcut = partial.createEditShortcut(); |
124 | 127 | $shortcut.on( 'click', function( event ) { |
125 | 128 | event.preventDefault(); |