mirror of
https://github.com/Eugeny/tabby
synced 2024-11-15 01:17:14 +00:00
fix eslint comma-spacing
This commit is contained in:
parent
d759104c76
commit
aede1c47a2
1 changed files with 1 additions and 1 deletions
|
@ -103,7 +103,7 @@ export class Window {
|
|||
}
|
||||
})
|
||||
|
||||
this.window.on('blur',() => {
|
||||
this.window.on('blur', () => {
|
||||
if (this.configStore.appearance?.dockHideOnBlur) {
|
||||
this.hide()
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue