Skip to content

Commit 0ee422d

Browse files
committed
no need to clear typesetMath from clone of config
1 parent 2a1b249 commit 0ee422d

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

components/dash-core-components/src/fragments/Graph.react.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -172,9 +172,6 @@ class PlotlyGraph extends Component {
172172
frames: figure.frames,
173173
config: configClone,
174174
}).then(() => {
175-
// clear typesetMath
176-
configClone.typesetMath = undefined;
177-
178175
const gd = this.gd.current;
179176

180177
// double-check gd hasn't been unmounted

0 commit comments

Comments
 (0)