Skip to content

Commit f11f116

Browse files
committed
Merge pull request #188 from plotly/pan-mode-drag-bug
Fix pan drag issue.
2 parents 9cebd58 + 2a93179 commit f11f116

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)