Skip to content

callback is allways called #1

Description

@dschi

Maybe I am getting something wrong, but this

if (!e.originalEvent.clickin || e.originalEvent.clickin !== id) {

will always evaluate to true, even if clickin has the same counter value. Since it is stored as an attribute it is a string.

This seems to work the way I understand it should:

if (!e.originalEvent.clickin || parseInt(e.originalEvent.clickin) !== id) {

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