We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b23ea02 commit ecbdb74Copy full SHA for ecbdb74
packages/react-interactions/events/src/dom/create-event-handle/Focus.js
@@ -118,7 +118,7 @@ function handleGlobalFocusVisibleEvent(
118
}
119
} else {
120
const nodeName = (nativeEvent.target: any).nodeName;
121
- // Safari calls mousemove/pointermove when you tab out of the active
+ // Safari calls mousemove/pointermove events when you tab out of the active
122
// Safari frame.
123
if (nodeName === 'HTML') {
124
return;
0 commit comments