Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 9c56ccb

Browse files
committed
rm useless comment
1 parent a745a4a commit 9c56ccb

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/plots/mapbox/mapbox.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,8 +104,6 @@ proto.createMap = function(fullData, fullLayout, resolve) {
104104
opts._input.zoom = opts.zoom = map.getZoom();
105105
});
106106

107-
// does not work !!
108-
map.addControl(new mapboxgl.Navigation());
109107

110108
// TODO hover labels
111109
map.on('mousemove', function() {});

0 commit comments

Comments
 (0)