hyperdis icon indicating copy to clipboard operation
hyperdis copied to clipboard

Consecutive next listeners do not gets fired

Open ranajitbanerjee opened this issue 6 years ago • 1 comments

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/

ranajitbanerjee avatar Nov 05 '18 06:11 ranajitbanerjee

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.

adotg avatar Nov 12 '18 12:11 adotg