We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 12a3edb commit 203cf97Copy full SHA for 203cf97
modules/hist2d/TH2Painter.mjs
@@ -590,7 +590,7 @@ class TH2Painter extends THistPainter {
590
this.projection_widthY = widthY;
591
this.is_projection = ''; // avoid projection handling until area is created
592
593
- this.provideSpecialDrawArea(new_proj).then(() => { this.is_projection = new_proj; return this.redrawProjection(); });
+ return this.provideSpecialDrawArea(new_proj).then(() => { this.is_projection = new_proj; return this.redrawProjection(); });
594
}
595
596
/** @summary Redraw projection */
0 commit comments