This commit is contained in:
himura467
2025-09-30 06:36:29 +09:00
parent b3d0b6a965
commit 373be61482

View File

@@ -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)
}