On startup, every ripple fires upAction
Closed this issue · 0 comments
atotic commented
Setting default value of _holdDownChanged causes upAction to fire on startup for every ripple. Fix:
_holdDownChanged: function(holdDown, old) {
if (old === undefined)
return;
I've noticed this because I was tracing some rippling errors on ios.