Understanding onTrigger #12104
Unanswered
diwic
asked this question in
Help/Questions
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The following playground script:
On first click on the button, there is one call to "onTrigger" (expected 0 since "data.timeout" does not change). The watcher is not run.
On second click on the button, there are one call to "onTrigger", two calls to "onTrack", and the watcher is run.
I'm currently debugging a more advanced scenario. Is there a way to understand why or why not "onTrigger", leads to the watcher being run or not?
Beta Was this translation helpful? Give feedback.
All reactions