Skip to content

Commit

Permalink
Fix: Show creation popover on empty page links.
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgefilipecosta committed Mar 3, 2023
1 parent e543b14 commit 01c17e5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ export default function NavigationMenuContent( { rootClientId, onSelect } ) {
showAppender={ false }
/>
) }
<div style={ { display: 'none' } }>
<div style={ { visibility: 'hidden' } }>
<BlockTools>
<BlockList />
</BlockTools>
Expand Down

0 comments on commit 01c17e5

Please sign in to comment.