Skip to content

Commit

Permalink
Add the block toolbar back in...
Browse files Browse the repository at this point in the history
  • Loading branch information
jeryj committed Feb 14, 2024
1 parent 802b594 commit 2f9b9c6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ export function PrivateBlockToolbar( {
const isLargeViewport = ! useViewportMatch( 'medium', '<' );

const hasBlockToolbar = useHasBlockToolbar();
if ( hasBlockToolbar ) {
if ( ! hasBlockToolbar ) {
return null;
}

Expand Down

0 comments on commit 2f9b9c6

Please sign in to comment.