From 373be614828b146d468cf46e8f3958e76f93934d Mon Sep 17 00:00:00 2001 From: himura467 Date: Tue, 30 Sep 2025 06:36:29 +0900 Subject: [PATCH] docs --- .../Features/QuickTerminal/QuickTerminalController.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) }