[✔️] Follow ts-standard
This commit is contained in:
parent
bdf8d6008d
commit
1ecd91b8cb
1 changed files with 1 additions and 1 deletions
|
|
@ -107,7 +107,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 === false) {
|
||||||
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`
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue