Skip to content

Commit a08766b

Browse files
Update baseline image z-new_tickmode_sync
1 parent 179dd5b commit a08766b

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

src/plots/cartesian/dragbox.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -726,7 +726,7 @@ function makeDragBox(gd, plotinfo, x, y, w, h, ns, ew) {
726726
if(!axList[i].fixedrange) activeAxIds.push(axList[i]._id);
727727
}
728728
}
729-
729+
730730
function pushActiveAxIdsSynced(axList, axisType) {
731731
for(i = 0; i < axList.length; i++) {
732732
if(!axList[i].fixedrange && axList[i][axisType]) {activeAxIds.push(axList[i][axisType]._id);}
-4.71 KB
Loading

0 commit comments

Comments
 (0)