diff --git a/packages/@react-aria/interactions/src/useHover.ts b/packages/@react-aria/interactions/src/useHover.ts index 5a1d94c4eee..639f598e7a8 100644 --- a/packages/@react-aria/interactions/src/useHover.ts +++ b/packages/@react-aria/interactions/src/useHover.ts @@ -45,7 +45,7 @@ function setGlobalIgnoreEmulatedMouseEvents() { // the distant future because a user previously touched the element. setTimeout(() => { globalIgnoreEmulatedMouseEvents = false; - }, 50); + }, 500); } function handleGlobalPointerEvent(e: PointerEvent) {