Skip to content

Commit

Permalink
Fix exit on insert
Browse files Browse the repository at this point in the history
  • Loading branch information
ellatrix committed May 10, 2024
1 parent e0adbde commit b64f17e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ function ZoomOutModeInserters() {
return;
}
// reset insertion point when the block order changes
setInserterIsOpened( true );
setInserterIsOpened( { tab: 'patterns' } );
// eslint-disable-next-line react-hooks/exhaustive-deps
}, [ blockOrder ] );

Expand Down

0 comments on commit b64f17e

Please sign in to comment.