Skip to content

Commit

Permalink
useInBetweenInserter: Remove unused selectors (WordPress#51674)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mamaduka authored and sethrubenstein committed Jul 13, 2023
1 parent 6d14d09 commit 12967c8
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,7 @@ export function useInBetweenInserter() {
);
const {
getBlockListSettings,
getBlockRootClientId,
getBlockIndex,
isBlockInsertionPointVisible,
isMultiSelecting,
getSelectedBlockClientIds,
getTemplateLock,
Expand Down Expand Up @@ -172,9 +170,7 @@ export function useInBetweenInserter() {
[
openRef,
getBlockListSettings,
getBlockRootClientId,
getBlockIndex,
isBlockInsertionPointVisible,
isMultiSelecting,
showInsertionPoint,
hideInsertionPoint,
Expand Down

0 comments on commit 12967c8

Please sign in to comment.