[✔️] Follow ts-standard

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

View file

@ -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`