Click MouseEvent not bubbling
Maybe it's not bubbling? Maybe it is? I'm not 100% sure, but it doesn't look like it and I can't seem to work out why š¤·āāļø
Not being handled by:
document.addEventListener("click", doFlip);
On line 39: https://codepen.io/nwoodward/pen/gOdWbxZ?editors=11111 Reply
Yup, I'm an idiot
š
I'm adding the listener after, whoops