[✔️] Follow ts-standard again...

This commit is contained in:
ThinLiquid 2023-12-08 11:44:29 +00:00 committed by GitHub
parent 1ecd91b8cb
commit 0bb3f1c757
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -106,9 +106,7 @@ class FlowWindow {
if (config.canResize === undefined || config.canResize === null) config.canResize = true
if (config.canResize === false) {
this.element.style.resize = 'none'
}
if (!config.canResize) this.element.style.resize = 'none'
this.element.style.width = `${config.width ?? 300}px`
this.element.style.height = `${config.height ?? 200}px`