Skip to content

Commit

Permalink
Add panelId to gap dimensions panel item
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronrobertshaw committed Sep 3, 2021
1 parent 5dc3054 commit 31dff94
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/block-editor/src/hooks/dimensions.js
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,7 @@ export function DimensionsPanel( props ) {
},
} ) }
isShownByDefault={ defaultSpacingControls?.blockGap }
panelId={ props.clientId }
>
<GapEdit { ...props } />
</ToolsPanelItem>
Expand Down

0 comments on commit 31dff94

Please sign in to comment.