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 ed5f1a8 commit 80c318fCopy full SHA for 80c318f
1 file changed
src/webviews/apps/plus/graph/minimap/minimap.ts
@@ -750,7 +750,6 @@ export class GlGraphMinimap extends GlElement {
750
this.requestDraw();
751
}
752
753
- @debug({ onlyExit: true })
754
private drawNow() {
755
if (this._ctx == null || this._observedWidth === 0 || this._observedHeight === 0) return;
756
const dpr = window.devicePixelRatio || 1;
0 commit comments