Skip to content

Commit

Permalink
Remove the tooltip from the block selection button (#41154)
Browse files Browse the repository at this point in the history
  • Loading branch information
youknowriad authored May 19, 2022
1 parent a1e1fdc commit 3151d0c
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -262,6 +262,7 @@ function BlockSelectionButton( { clientId, rootClientId } ) {
onClick={ () => setNavigationMode( false ) }
onKeyDown={ onKeyDown }
label={ label }
showTooltip={ false }
className="block-selection-button_select-button"
>
<BlockTitle
Expand Down

0 comments on commit 3151d0c

Please sign in to comment.