docs
parent
b3d0b6a965
commit
373be61482
|
|
@ -255,7 +255,7 @@ class QuickTerminalController: BaseTerminalController {
|
|||
}
|
||||
// Check if target surface belongs to this quick terminal
|
||||
guard surfaceTree.contains(view) else { return }
|
||||
// Set the target surface as focused before animation
|
||||
// Set the target surface as focused
|
||||
DispatchQueue.main.async {
|
||||
Ghostty.moveFocus(to: view)
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue