summaryrefslogtreecommitdiff
path: root/macos
diff options
context:
space:
mode:
authorhimura467 <mitarashidango0927@gmail.com>2025-09-30 06:36:29 +0900
committerhimura467 <mitarashidango0927@gmail.com>2025-09-30 06:36:29 +0900
commit373be614828b146d468cf46e8f3958e76f93934d (patch)
tree8171b8c66a3eb76d20c6ad8e453d21e9b7aae808 /macos
parentb3d0b6a965575da7efecea02f6478136630dee6e (diff)
docs
Diffstat (limited to 'macos')
-rw-r--r--macos/Sources/Features/QuickTerminal/QuickTerminalController.swift2
1 files changed, 1 insertions, 1 deletions
diff --git a/macos/Sources/Features/QuickTerminal/QuickTerminalController.swift b/macos/Sources/Features/QuickTerminal/QuickTerminalController.swift
index eaefbf55b..fcc8c6505 100644
--- a/macos/Sources/Features/QuickTerminal/QuickTerminalController.swift
+++ b/macos/Sources/Features/QuickTerminal/QuickTerminalController.swift
@@ -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)
}