Created
March 23, 2021 19:50
-
-
Save brianmaierjr/6e52be4386cb8362a91a1e029b46879b to your computer and use it in GitHub Desktop.
Console Log Focused Item
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', function() { | |
console.log('focused: ', document.activeElement) | |
}, true); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment