File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -21,7 +21,6 @@ import { store as blockEditorStore } from '../../store';
2121import BlockModeToggle from '../block-settings-menu/block-mode-toggle' ;
2222import { BlockRenameControl , useBlockRename } from '../block-rename' ;
2323import { BlockVisibilityViewportMenuItem } from '../block-visibility' ;
24- import { EditSectionMenuItem } from './edit-section-menu-item' ;
2524
2625const { Fill, Slot } = createSlotFill ( 'BlockSettingsMenuControls' ) ;
2726
@@ -101,12 +100,6 @@ const BlockSettingsMenuControlsSlot = ( { fillProps, clientIds = null } ) => {
101100 onClose = { fillProps ?. onClose }
102101 />
103102 ) }
104- { selectedClientIds . length === 1 && (
105- < EditSectionMenuItem
106- clientId = { selectedClientIds [ 0 ] }
107- onClose = { fillProps ?. onClose }
108- />
109- ) }
110103 { canEdit && showLockButton && (
111104 < BlockLockMenuItem
112105 clientId = { selectedClientIds [ 0 ] }
You can’t perform that action at this time.
0 commit comments