mirror of
https://github.com/Eugeny/tabby.git
synced 2024-12-09 06:20:22 +08:00
fix eslint comma-spacing
This commit is contained in:
parent
d759104c76
commit
aede1c47a2
@ -103,7 +103,7 @@ export class Window {
|
|||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|
||||||
this.window.on('blur',() => {
|
this.window.on('blur', () => {
|
||||||
if (this.configStore.appearance?.dockHideOnBlur) {
|
if (this.configStore.appearance?.dockHideOnBlur) {
|
||||||
this.hide()
|
this.hide()
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user