Skip to content

talonjs: Figure out how to handle setTimeout #2596

Open
@pokey

Description

@pokey

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

Originally posted by @pokey in #2503 (comment)

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions