Skip to content

Commit

Permalink
Fix missing ref effect dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
jeryj committed Sep 30, 2024
1 parent 2d1a06a commit c6afb69
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@ export function useEventHandlers( { clientId, isSelected, editorMode } ) {
getBlockIndex,
insertAfterBlock,
removeBlock,
editorMode,
]
);
}

0 comments on commit c6afb69

Please sign in to comment.