Skip to content
This repository was archived by the owner on Jun 16, 2019. It is now read-only.
This repository was archived by the owner on Jun 16, 2019. It is now read-only.

Clicking on cluster icon in Google Chrome not working #87

@stevesuk

Description

@stevesuk

With the latest version of Google Chrome, clicking on a cluster icon has no affect. I believe this is down to a recent change that is meant to prevent the cluster click event from firing if a drag is taking place. To demonstrate the problem, check out the maps on the examples page.

Commenting out...

if (!isDragging) { that.triggerClusterClick(event); }

And just replacing it with:

that.triggerClusterClick(event);

Fixes the issue. I guess there may be a problem with the code that sets "isDragging"?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions