Skip to content

Commit 9e975f9

Browse files
committed
src/plot_api/subroutines.js
1 parent 0cb2ae9 commit 9e975f9

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/plot_api/subroutines.js

+1-3
Original file line numberDiff line numberDiff line change
@@ -63,9 +63,7 @@ function lsInner(gd) {
6363
exports.drawMainTitle(gd);
6464
ModeBar.manage(gd);
6565

66-
// _has('cartesian') means SVG specifically, not GL2D - but GL2D
67-
// can still get here because it makes some of the SVG structure
68-
// for shared features like selections.
66+
// _has('cartesian') means SVG specifically
6967
if(!fullLayout._has('cartesian')) {
7068
return Plots.previousPromises(gd);
7169
}

0 commit comments

Comments
 (0)