Skip to content

Commit

Permalink
Zoom-out (contentOnly): show more menu in block toolbar
Browse files Browse the repository at this point in the history
  • Loading branch information
ellatrix authored and talldan committed Oct 24, 2024
1 parent fb9466b commit 23e04ce
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions packages/block-editor/src/components/block-toolbar/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -255,9 +255,7 @@ export function PrivateBlockToolbar( {
</>
) }
<BlockEditVisuallyButton clientIds={ blockClientIds } />
{ isDefaultEditingMode && (
<BlockSettingsMenu clientIds={ blockClientIds } />
) }
<BlockSettingsMenu clientIds={ blockClientIds } />
</div>
</NavigableToolbar>
);
Expand Down

0 comments on commit 23e04ce

Please sign in to comment.