Skip to content

Commit

Permalink
Edit Post: Make Document Setting button independent'
Browse files Browse the repository at this point in the history
  • Loading branch information
gziolo committed May 7, 2018
1 parent 786ded6 commit 4806350
Showing 1 changed file with 7 additions and 9 deletions.
16 changes: 7 additions & 9 deletions edit-post/components/header/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,15 +51,13 @@ function Header( {
forceIsDirty={ hasActiveMetaboxes }
forceIsSaving={ isSaving }
/>
<PinnedPlugins>
<IconButton
icon="admin-generic"
onClick={ toggleGeneralSidebar }
isToggled={ isEditorSidebarOpened }
label={ __( 'Settings' ) }
aria-expanded={ isEditorSidebarOpened }
/>
</PinnedPlugins>
<IconButton
icon="admin-generic"
onClick={ toggleGeneralSidebar }
isToggled={ isEditorSidebarOpened }
label={ __( 'Settings' ) }
aria-expanded={ isEditorSidebarOpened }
/>
<PinnedPlugins.Slot />
<MoreMenu />
</div>
Expand Down

0 comments on commit 4806350

Please sign in to comment.