[✔️] Follow ts-standard again...
This commit is contained in:
parent
1ecd91b8cb
commit
0bb3f1c757
1 changed files with 1 additions and 3 deletions
|
|
@ -106,9 +106,7 @@ class FlowWindow {
|
||||||
|
|
||||||
if (config.canResize === undefined || config.canResize === null) config.canResize = true
|
if (config.canResize === undefined || config.canResize === null) config.canResize = true
|
||||||
|
|
||||||
if (config.canResize === false) {
|
if (!config.canResize) this.element.style.resize = 'none'
|
||||||
this.element.style.resize = 'none'
|
|
||||||
}
|
|
||||||
|
|
||||||
this.element.style.width = `${config.width ?? 300}px`
|
this.element.style.width = `${config.width ?? 300}px`
|
||||||
this.element.style.height = `${config.height ?? 200}px`
|
this.element.style.height = `${config.height ?? 200}px`
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue