pull/8961/head
himura467 2025-09-30 06:36:29 +09:00
parent b3d0b6a965
commit 373be61482
1 changed files with 1 additions and 1 deletions

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