Skip to content

Commit ee6d7d8

Browse files
committed
rm useless Fx.supplyDefaults call in doModeBar subroutine
- as the full Plots.supplyDefaults is called before the doModeBar subroutine.
1 parent afaa4cb commit ee6d7d8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/plot_api/subroutines.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -295,7 +295,6 @@ exports.doModeBar = function(gd) {
295295
var subplotIds, i;
296296

297297
ModeBar.manage(gd);
298-
Plotly.Fx.supplyLayoutDefaults(gd.layout, gd._fullLayout, gd._fullData);
299298
Plotly.Fx.init(gd);
300299

301300
subplotIds = Plots.getSubplotIds(fullLayout, 'gl3d');

0 commit comments

Comments
 (0)