Skip to content

Commit ecbdb74

Browse files
author
Haseeb Khan
authored
Added the word "events" to clear ambiguousness. (facebook#19409)
1 parent b23ea02 commit ecbdb74

File tree

1 file changed

+1
-1
lines changed
  • packages/react-interactions/events/src/dom/create-event-handle

1 file changed

+1
-1
lines changed

packages/react-interactions/events/src/dom/create-event-handle/Focus.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ function handleGlobalFocusVisibleEvent(
118118
}
119119
} else {
120120
const nodeName = (nativeEvent.target: any).nodeName;
121-
// Safari calls mousemove/pointermove when you tab out of the active
121+
// Safari calls mousemove/pointermove events when you tab out of the active
122122
// Safari frame.
123123
if (nodeName === 'HTML') {
124124
return;

0 commit comments

Comments
 (0)