Skip to content

Commit ca42e02

Browse files
committed
fix typo - use mainplotinfo for the key
1 parent 0de3bf3 commit ca42e02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/plots/cartesian/index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -412,7 +412,7 @@ function makeSubplotData(gd) {
412412
overlays.push(id);
413413
} else {
414414
plotinfo.mainplot = undefined;
415-
plotinfo.mainPlotinfo = undefined;
415+
plotinfo.mainplotinfo = undefined;
416416
regulars.push(id);
417417
}
418418
}

0 commit comments

Comments
 (0)