From 1ecd91b8cb544c2ce156a89297d49f112b541eef Mon Sep 17 00:00:00 2001 From: ThinLiquid Date: Fri, 8 Dec 2023 11:42:11 +0000 Subject: [PATCH] =?UTF-8?q?[=E2=9C=94=EF=B8=8F]=20Follow=20ts-standard?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/structures/FlowWindow.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/structures/FlowWindow.ts b/src/structures/FlowWindow.ts index 680844a..f43672f 100644 --- a/src/structures/FlowWindow.ts +++ b/src/structures/FlowWindow.ts @@ -107,7 +107,7 @@ class FlowWindow { if (config.canResize === undefined || config.canResize === null) config.canResize = true if (config.canResize === false) { - this.element.style.resize = 'none'; + this.element.style.resize = 'none' } this.element.style.width = `${config.width ?? 300}px`