//My mind was completely tangled up. Everything is functioning properly, this question is inaccurate and outdated
When I rotate an Element on the Y-axis and attempt to click on it, which has a bound eventListener (onClick), the event does not trigger (hovering is also not working). If I remove the transformation, the event triggers as expected. I understand that with a transformation, the element only visually changes its position, but "essentially stays in its original position". However, it seems counterintuitive to allow an element to be transformed but disable all its eventListeners..? Any suggestions on where I should focus my investigation?