Skip to content

Commit

Permalink
useInBetweenInserter: Remove unused selectors (#51674)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mamaduka committed Jun 20, 2023
1 parent c1d618e commit 42039c7
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 42039c7

Please sign in to comment.