Handle event bubbling #985
Unanswered
edan-bainglass
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Suppose I have the following:
How would I prevent closing a tab from also selecting a tab? In JS, you'd handle event bubbling via
event.StopPropagation
. Is there a similar mechanism available/planned?Beta Was this translation helpful? Give feedback.
All reactions