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
Today, we're silently ignoring the
delay
passed tosetTimeout
and just immediately running the callback. We should figure out how to handle thisWe probably need to look at the places where we use
setTimeout
case by case and decide what to do. We could maybe injectsetTimeout
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, etcOriginally posted by @pokey in #2503 (comment)
The text was updated successfully, but these errors were encountered: