Skip to content

Instantly share code, notes, and snippets.

### Keybase proof
I hereby claim:
* I am velinje on github.
* I am agillberg (https://keybase.io/agillberg) on keybase.
* I have a public key ASDsl_9zbP2eZ-XcKP13y9nQEmZYV0NcUwAC-uIx-vPvHAo
To claim this, I am signing this object:
@Velinje
Velinje / log-focused-element.md
Last active June 27, 2024 12:42
Quick console log to debug focused element
document.addEventListener('focusin', () => console.info(`%c element in focus:`,'background: #222; color: #aada55', document.activeElement), {useCapture: true})