Skip to content

Commit

Permalink
remove unlock
Browse files Browse the repository at this point in the history
  • Loading branch information
scruffian committed Jul 25, 2024
1 parent e5833b5 commit ed597f0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ function ZoomOutModeInserters() {
hoveredBlockClientId === previousClientId ||
hoveredBlockClientId === nextClientId;

const { showInsertionPoint } = unlock( blockEditorDispatch );
const { showInsertionPoint } = blockEditorDispatch;

return (
<BlockPopoverInbetween
Expand Down

0 comments on commit ed597f0

Please sign in to comment.