Skip to content

Commit

Permalink
removeu unnecessary changes
Browse files Browse the repository at this point in the history
  • Loading branch information
scruffian committed Jul 26, 2024
1 parent 442156c commit 562570d
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ function ZoomOutModeInserters() {
const [ isReady, setIsReady ] = useState( false );
const {
hasSelection,
blockInsertionPoint,
blockOrder,
blockInsertionPointVisible,
blockInsertionPoint,
setInserterIsOpened,
sectionRootClientId,
selectedBlockClientId,
Expand All @@ -36,9 +36,9 @@ function ZoomOutModeInserters() {
const { sectionRootClientId: root } = unlock( getSettings() );
return {
hasSelection: !! getSelectionStart().clientId,
blockInsertionPoint: getBlockInsertionPoint(),
blockOrder: getBlockOrder( root ),
blockInsertionPointVisible: isBlockInsertionPointVisible(),
blockInsertionPoint: getBlockInsertionPoint(),
sectionRootClientId: root,
setInserterIsOpened:
getSettings().__experimentalSetIsInserterOpened,
Expand Down

0 comments on commit 562570d

Please sign in to comment.