hyperdis
hyperdis copied to clipboard
Consecutive next listeners do not gets fired
When registering a next listener of trigger of another next listener, the new next listener function does not get called when the property is changed in the store.
To reproduce the issue, check this link, open the console and you can see only range.start
message gets displayed, range.end
message does not gets displayed.
https://jsfiddle.net/ykveqzra/4/
Branch feature/#1-fix-consecurive-next-listeners is updated with code. However, for listeners which get fired from inside another next listener, receive incorrect old value.