Skip to content

Commit 96f1e95

Browse files
authored
Merge pull request #1305 from plotly/mouse-change@1.4.0
bump mouse-change dep to ^1.4.0
2 parents bfc49fb + be5bbb9 commit 96f1e95

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@
7777
"gl-spikes2d": "^1.0.1",
7878
"gl-surface3d": "^1.3.0",
7979
"mapbox-gl": "^0.22.0",
80-
"mouse-change": "1.3.0",
80+
"mouse-change": "^1.4.0",
8181
"mouse-wheel": "^1.0.2",
8282
"ndarray": "^1.0.16",
8383
"ndarray-fill": "^1.0.1",

src/plots/gl3d/scene.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,6 @@ function initializeGLPlot(scene, fullLayout, canvas, gl) {
201201
});
202202
}
203203

204-
scene.glplot.mouseListener.enabled = false;
205204
scene.glplot.camera = scene.camera;
206205

207206
scene.glplot.oncontextloss = function() {

0 commit comments

Comments
 (0)