mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-10-02 07:58:37 +00:00
docs
This commit is contained in:
@@ -255,7 +255,7 @@ class QuickTerminalController: BaseTerminalController {
|
|||||||
}
|
}
|
||||||
// Check if target surface belongs to this quick terminal
|
// Check if target surface belongs to this quick terminal
|
||||||
guard surfaceTree.contains(view) else { return }
|
guard surfaceTree.contains(view) else { return }
|
||||||
// Set the target surface as focused before animation
|
// Set the target surface as focused
|
||||||
DispatchQueue.main.async {
|
DispatchQueue.main.async {
|
||||||
Ghostty.moveFocus(to: view)
|
Ghostty.moveFocus(to: view)
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user