Skip to content

Commit ac39f7c

Browse files
committed
odd eslint tweak
1 parent 544626d commit ac39f7c

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

script/menu_manager/docs/deck-stage.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -527,7 +527,9 @@
527527
}
528528

529529
_fit() {
530-
if (!this._canvas) return;
530+
if (!this._canvas) {
531+
return;
532+
}
531533
// PPTX export sets noscale so the DOM capture sees authored-size
532534
// geometry — the scaled canvas is in shadow DOM, so the exporter's
533535
// resetTransformSelector can't reach .canvas.style.transform directly.

0 commit comments

Comments
 (0)