Skip to content

Commit be5bbb9

Browse files
committed
bump mouse-change dep to ^1.4.0 + 3D hover labels compatible with it
1 parent bfc49fb commit be5bbb9

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)