Replies: 2 comments
-
Hello @flowt-au, I see your point and this is a good idea but I already discussed this specific point and I won't add a
|
Beta Was this translation helpful? Give feedback.
0 replies
-
@Yomguithereal Thanks Guillaume, yes, I see your point. All good. :-) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am thinking it would be useful to add a 'changed' listener.
My use-case is that I persist the graph after anything changes (using a debounce function). Instead of having an AddEventListeners() function that adds a listener for every possible change, it would be great to have the option of a single 'changed' event that fires whenever any of the others would fire.
Maybe it could also pass the name of the listener that would otherwise have been fired so one can maybe ignore specific ones (eg 'clear') or do some other action based on that event?
Just a suggestion for a great library.
Thanks,
Murray
Beta Was this translation helpful? Give feedback.
All reactions