Skip to content

callback is allways called #1

@dschi

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) {

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