-
Notifications
You must be signed in to change notification settings - Fork 91
Open
Description
Hi guys,
I am having a problem with pixi marker. So when I click on the marker, the event is not stopped and keep going through to leaflet layer. I have been looking through in Pixi forum but it doesn't work. Method I have tried:
markerSprite.on('mouseup', (e) => {
if (moveCount < 2 && onClick) {
e.stopPropagation();
onClick(id);
}
});
I wonder if anyone know how to solve this. Thank you.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels