Skip to content

Commit 92fc8c0

Browse files
committed
Formating
1 parent 5233bba commit 92fc8c0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

modules/base/BasePainter.mjs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -586,7 +586,8 @@ class BasePainter {
586586
cleanup(keep_origin) {
587587
this.clearTopPainter();
588588
const origin = this.selectDom('origin');
589-
if (!origin.empty() && !keep_origin) origin.html('');
589+
if (!origin.empty() && !keep_origin)
590+
origin.html('');
590591
this.#divid = null;
591592
this.#selected_main = undefined;
592593

0 commit comments

Comments
 (0)