Skip to content

The reminder timer is not canceled #5

Description

@zN3utr4l

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions