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
Today, we're silently ignoring the delay passed to setTimeout and just immediately running the callback. We should figure out how to handle this
We probably need to look at the places where we use setTimeout case by case and decide what to do. We could maybe inject setTimeout from Talon that uses the Talon timeout functionality. Or maybe we should look at a higher level of abstraction and let debouncing happen Talon-side, etc
Activity