Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The reminder timer is not canceled #5

Open
zN3utr4l opened this issue Nov 30, 2023 · 0 comments
Open

The reminder timer is not canceled #5

zN3utr4l opened this issue Nov 30, 2023 · 0 comments

Comments

@zN3utr4l
Copy link

I implemented the library on Quasar like this:

<v-idle :event="['mousemove', 'keypress', 'touchstart', 'touchmove', 'click']" :reminders="[575]" @remind="onRemind"
    @idle="() => { if ($route.name !== 'standby') $router.push('/standby') }" :loop="true" :wait="5"
    :duration="600" />

Event detection works on the idle function, but not on reminders, very often even multiple reminders pop up at the same time.

I don't know if this issue is related to this one: #4

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant