-
Notifications
You must be signed in to change notification settings - Fork 248
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot send program event to *single* node which has siblings #366
Comments
@alexanderGugel @DnMllr what are your thoughts on this? |
@DnMllr Can you take a look at this? |
Is the problem that the node itself doesn't get the event, only its children? In that case we should probably alter the convention. |
I think we should change the behavior of |
+1. I totally agree on that behaviour being more intuitive: event on node specified by path, and all children. |
This issue can be closed as it has landed in master |
Program events are sent down through the tree, but only to the children of the node specified by path. Can a single node be addressed by path (as well as its children).
This would make emit() similar to how show()/hide() work currently.
The text was updated successfully, but these errors were encountered: