Review fixes: stopPropagation must prevent bubble phase entry
- Check is_propagation_stopped before entering bubble phase in
run_event_dispatch (not just inside the loop)
- Remove redundant is_propagation_stopped check from invoke_listeners
(stopPropagation should not prevent remaining listeners on the same
node from firing, only stopImmediatePropagation does that)
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
authored by
tangled.org
ae1a1c03
1c17a938