Skip to content

Commit

Permalink
Disable ellipsis menu in the post editor (#22517)
Browse files Browse the repository at this point in the history
  • Loading branch information
adamziel authored May 21, 2020
1 parent 0303349 commit f43ba1e
Showing 1 changed file with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -77,10 +77,7 @@ function HeaderToolbar( { onToggleInserter, isInserterOpen } ) {
<EditorHistoryUndo />
<EditorHistoryRedo />
<TableOfContents hasOutlineItemsDisabled={ isTextModeEnabled } />
<BlockNavigationDropdown
isDisabled={ isTextModeEnabled }
__experimentalWithEllipsisMenu
/>
<BlockNavigationDropdown isDisabled={ isTextModeEnabled } />
{ displayBlockToolbar && (
<div className="edit-post-header-toolbar__block-toolbar">
<BlockToolbar hideDragHandle />
Expand Down

0 comments on commit f43ba1e

Please sign in to comment.