Skip to content

Commit

Permalink
Try showing move controls only on hover.
Browse files Browse the repository at this point in the history
  • Loading branch information
kjellr committed Aug 29, 2019
1 parent 1714a6f commit 1001794
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/block-editor/src/components/block-list/block.js
Original file line number Diff line number Diff line change
Expand Up @@ -404,7 +404,7 @@ function BlockListBlock( {
// We render block movers and block settings to keep them tabbale even if hidden
const shouldRenderMovers =
! isNavigationMode &&
( isSelected || hoverArea === ( isRTL ? 'right' : 'left' ) ) &&
isSelected &&
! showEmptyBlockSideInserter &&
! isPartOfMultiSelection &&
! isTypingWithinBlock;
Expand Down

0 comments on commit 1001794

Please sign in to comment.