So I have some
Here's my try:
let elsewhere = document.querySelectorAll(":not(.artarea)")
elsewhere.onclick = () => {...}
Unfortunately nothing happens on clicking outside of
So I have some
Here's my try:
let elsewhere = document.querySelectorAll(":not(.artarea)")
elsewhere.onclick = () => {...}
Unfortunately nothing happens on clicking outside of