Skip to content

Commit 2a93179

Browse files
committed
Add init step when changing dragmode
1 parent 2e59e7a commit 2a93179

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/modebar/buttons.js

+1
Original file line numberDiff line numberDiff line change
@@ -259,6 +259,7 @@ function handleCartesian(gd, ev) {
259259
);
260260
}
261261
Plotly.Fx.supplyLayoutDefaults(gd.layout, fullLayout, gd._fullData);
262+
Plotly.Fx.init(gd);
262263
}
263264
});
264265
}

0 commit comments

Comments
 (0)