You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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/
The text was updated successfully, but these errors were encountered:
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.
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/
The text was updated successfully, but these errors were encountered: