Skip to content

Commit

Permalink
Styles Panel: Don't force it to be closed by default. (#20617)
Browse files Browse the repository at this point in the history
  • Loading branch information
pento authored Mar 17, 2020
1 parent 82e5b23 commit eda85f2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ const BlockInspector = ( {
<BlockCard blockType={ blockType } />
{ hasBlockStyles && (
<div>
<PanelBody title={ __( 'Styles' ) } initialOpen={ false }>
<PanelBody title={ __( 'Styles' ) }>
<BlockStyles clientId={ selectedBlockClientId } />
<DefaultStylePicker blockName={ blockType.name } />
</PanelBody>
Expand Down

0 comments on commit eda85f2

Please sign in to comment.