cuba-platform/charts

Marker draggable cannot be changed when marker is added into map

GlebDurygin opened this issue · 0 comments

Environment

  • Platform version: 7.0.0

Description of the bug or enhancement

It is not available to make a marker draggable and vice versa if marker is added into map.

  • Minimal reproducible example

    1. Add draggable marker to map
    2. Make marker non-draggable with marker.setDraggable(false)
    3. Try to drag the marker
  • Expected behavior

Marker becomes non-draggable

  • Actual behavior

Marker can be moved

Test project

draggable-marker.zip

draggable-marker