Skip to content

Commit 38b8a92

Browse files
committed
update _fullLayout ref on updateFx
1 parent bbac99b commit 38b8a92

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/plots/gl2d/scene2d.js

+2-1
Original file line numberDiff line numberDiff line change
@@ -292,8 +292,9 @@ proto.updateFx = function(options) {
292292

293293
fullLayout.dragmode = options.dragmode;
294294
fullLayout.hovermode = options.hovermode;
295-
};
296295

296+
this.graphDiv._fullLayout = fullLayout;
297+
};
297298

298299
function relayoutCallback(scene) {
299300
var xrange = scene.xaxis.range,

0 commit comments

Comments
 (0)