mirror of
https://github.com/Eugeny/tabby.git
synced 2025-08-13 04:41:54 +00:00
fixed focus loss on new windows
This commit is contained in:
@@ -101,6 +101,7 @@ export class Window {
|
|||||||
this.window.show()
|
this.window.show()
|
||||||
}
|
}
|
||||||
this.window.focus()
|
this.window.focus()
|
||||||
|
this.window.moveTop()
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|
||||||
@@ -152,6 +153,7 @@ export class Window {
|
|||||||
|
|
||||||
show (): void {
|
show (): void {
|
||||||
this.window.show()
|
this.window.show()
|
||||||
|
this.window.moveTop()
|
||||||
}
|
}
|
||||||
|
|
||||||
focus (): void {
|
focus (): void {
|
||||||
|
Reference in New Issue
Block a user