We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e907b9f commit 0cf93f8Copy full SHA for 0cf93f8
src/plot_api/subroutines.js
@@ -72,7 +72,7 @@ function lsInner(gd) {
72
// can still get here because it makes some of the SVG structure
73
// for shared features like selections.
74
if(!fullLayout._has('cartesian')) {
75
- return gd._promises.length && Promise.all(gd._promises);
+ return Plots.previousPromises(gd);
76
}
77
78
function getLinePosition(ax, counterAx, side) {
@@ -347,7 +347,7 @@ function lsInner(gd) {
347
348
Axes.makeClipPaths(gd);
349
350
351
352
353
function shouldShowLinesOrTicks(ax, subplot) {
0 commit comments