Skip to content

Commit

Permalink
Block Toolbar: Show on mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
youknowriad committed Mar 2, 2018
1 parent 7bb2547 commit 464cc4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion edit-post/components/visual-editor/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ function VisualEditor( { hasFixedToolbar, isLargeViewport } ) {
<WritingFlow>
<PostTitle />
<BlockList
showContextualToolbar={ isLargeViewport && ! hasFixedToolbar }
showContextualToolbar={ ! isLargeViewport || ! hasFixedToolbar }
renderBlockMenu={ ( { children, onClose } ) => (
<Fragment>
<BlockInspectorButton onClick={ onClose } />
Expand Down

0 comments on commit 464cc4e

Please sign in to comment.