Stop a JavaScript event (bubbling / capturing)
summary (oneliner)
Prevents further propagation of the current event in the capturing and bubbling phases.
See javascript.info – Bubbling and Capturing
doc
issues
example patch id
youtube ids (comma seperated)
caniuse query
collections
Inputs
Execute (Trigger)
Only execute once per event
Event In (Object)
The event to stop
Outputs
Next (Trigger)
Triggers after event was stopped
Event Out (Object)
Same as Input Event