We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 544626d commit ac39f7cCopy full SHA for ac39f7c
1 file changed
script/menu_manager/docs/deck-stage.js
@@ -527,7 +527,9 @@
527
}
528
529
_fit() {
530
- if (!this._canvas) return;
+ if (!this._canvas) {
531
+ return;
532
+ }
533
// PPTX export sets noscale so the DOM capture sees authored-size
534
// geometry — the scaled canvas is in shadow DOM, so the exporter's
535
// resetTransformSelector can't reach .canvas.style.transform directly.
0 commit comments