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
marker shows its ghost icon and cursor turns to not-allowed.
Workaround
Setting following code on marker element, it works as expected but, I think this should be a part of library. element.ondragstart = () => { return false; }
The text was updated successfully, but these errors were encountered:
mapbox-gl-js version:
v0.52.0
browser:
Firefox 64.0.2
IE 11
Steps to Trigger Behavior
Link to Demonstration
https://jsfiddle.net/9ru0z3dw/
Expected Behavior
marker should be dragging as expected.
Actual Behavior
marker shows its ghost icon and cursor turns to not-allowed.
Workaround
Setting following code on marker element, it works as expected but, I think this should be a part of library.
element.ondragstart = () => { return false; }
The text was updated successfully, but these errors were encountered: