You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I encountered a strange behaviour. When I create a marker via a CircleManager on which I add a draggableListener then if I instantiate another Manager(Symbol, Circle, ...) afterwards then my listener is not triggered any more. This happens even if I set the next Manager to be below my CircleManager layer using the belowLayerId property.
Do you have any clue on what could cause this issue ?
Thanks in advance
The text was updated successfully, but these errors were encountered:
Hello,
I encountered a strange behaviour. When I create a marker via a
CircleManager
on which I add adraggableListener
then if I instantiate anotherManager
(Symbol, Circle, ...) afterwards then my listener is not triggered any more. This happens even if I set the nextManager
to be below myCircleManager
layer using thebelowLayerId
property.Do you have any clue on what could cause this issue ?
Thanks in advance
The text was updated successfully, but these errors were encountered: