-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Better event system #189
Comments
looks good, not sure about inverting the isCreated logic though since its an API change. FWIW, im about to start a rewrite of the event bus in the next hour or so. |
im going to implement a way model events to trigger repaints in an efficient manner (almost like how mobs uses actions to defer the events. Also going to add a way to cancel an event before it fires) |
To be honest, I just wanted to get notified when links were connected, because as of now, we are just getting events when the link is first created, but not when it is actually connected to a port. But if you actually are going to refactor the event system then I might push this update to later and wait for your modifications. |
Closing this as no longer necessary. In order to get notified when a link is connected, one can use the |
WIP maxleiko/react-diagrams
The text was updated successfully, but these errors were encountered: