Skip to content

Commit

Permalink
Do not export passiveBrowserEventsSupported from Focus responder (#18022
Browse files Browse the repository at this point in the history
)

Remove code
  • Loading branch information
trueadm committed Feb 11, 2020
1 parent f727803 commit 988f4b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/react-interactions/events/src/dom/Focus.js
Expand Up @@ -81,7 +81,7 @@ const isMac =
? /^Mac/.test(window.navigator.platform)
: false;

export let passiveBrowserEventsSupported = false;
let passiveBrowserEventsSupported = false;

const canUseDOM: boolean = !!(
typeof window !== 'undefined' &&
Expand Down

0 comments on commit 988f4b1

Please sign in to comment.