Overlapped cards fire all stacked click-events, not just the top one.
Link to the project or level: [App Lab - Code.org] What I expect to happen:
I only want the top cards click-event to fire What actually happens:
instead, all overlapped cards click events fire (sometimes?) What I’ve tried:
I was hoping to just use JS native stopPropagation with no love. Is there a work-around?