Skip to content

Commit

Permalink
Remove outdated link in comment. (#25589)
Browse files Browse the repository at this point in the history
The link is no longer relevant after #25554.
  • Loading branch information
ZebulanStanphill committed Sep 24, 2020
1 parent 777a100 commit ea266a5
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,6 @@ export function useBlockWrapperProps( props = {}, { __unstableIsHtml } = {} ) {
function onMouseLeave( { buttons } ) {
// The primary button must be pressed to initiate selection.
// See https://developer.mozilla.org/en-US/docs/Web/API/MouseEvent/buttons
// See https://developer.mozilla.org/en-US/docs/Web/API/MouseEvent/which
if ( buttons === 1 ) {
onSelectionStart( clientId );
}
Expand Down

0 comments on commit ea266a5

Please sign in to comment.