event.stopPropagation is not working for “click” event
I have a plain JS code with an event and a “stopPropagation”.
The event is called every time but “stopPropagation” prevents other chained events only when Chrome development console is open and has a breakpoint.
event.stopPropagation is working only when dev console is open
I have a plain JS code with an event and a “stopPropagation”.
The event is called every time but “stopPropagation” prevents other chained events only when Chrome development console is open.