-
Notifications
You must be signed in to change notification settings - Fork 607
Closed
Labels
Description
mapbox-gl-js version: 0.37
mapbox-gl-draw version: v0.17.4
Steps to Trigger Behavior
- Load map.
- Load Draw control
- map.drapPan.disable()
Expected Behavior
User can't drag pan the map
Actual Behavior
Map is able to be dragpanned
If you comment out the
var draw = new MapboxDraw({
displayControlsDefault: false,
controls: {
polygon: true,
trash: true
}
});
You are able to disable dragPan as expected
Reactions are currently unavailable