Created
January 10, 2021 06:02
-
-
Save artzub/b4d0ea1b387848ab406f85f89d4a268e to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
document.addEventListener('focus', onFocus, true); | |
document.addEventListener('blur', onBlur, true); | |
document.addEventListener('pointerenter', onFocus, true); | |
document.addEventListener('pointerleave', onBlur, true); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment