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
The problem is esDrags emits two events that happen simultaneously one from dStacks.drags one from revents.drags.
The weird thing is if I uncomment the line dStacks.drags.onValue the problem dissapears and I see correct behaviour.
I have this stream by using Bacon.when
The problem is
esDrags
emits two events that happen simultaneously one fromdStacks.drags
one fromrevents.drags
.The weird thing is if I uncomment the line
dStacks.drags.onValue
the problem dissapears and I see correct behaviour.I couldn't reproduce the issue here: https://jsfiddle.net/bwgv97tn/
My project is at https://github.com/eguneys/tapper/tree/bacon
The text was updated successfully, but these errors were encountered: