Skip to content

Commit

Permalink
Hide hover effect on mouseleave
Browse files Browse the repository at this point in the history
  • Loading branch information
ellatrix committed Oct 4, 2019
1 parent a3f1547 commit 116e89f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/block-editor/src/components/block-list/block.js
Original file line number Diff line number Diff line change
Expand Up @@ -374,6 +374,8 @@ function BlockListBlock( {
onSelectionStart( clientId );
}

hideHoverEffects();

isPointerDown.current = false;
};

Expand Down

0 comments on commit 116e89f

Please sign in to comment.