Last active 1752984618

Hack for JavaScript check to see if the user might be typing somewhere

Revision 16885de7855eb2818db1cb0987cecea09ddd7cd2

userIsTypingStuff.js Raw
1let userIsTypingStuff = document.querySelectorAll('input:focus, textarea:focus').length !== 0;