diff options
| author | himura467 <mitarashidango0927@gmail.com> | 2025-09-30 06:36:29 +0900 |
|---|---|---|
| committer | himura467 <mitarashidango0927@gmail.com> | 2025-09-30 06:36:29 +0900 |
| commit | 373be614828b146d468cf46e8f3958e76f93934d (patch) | |
| tree | 8171b8c66a3eb76d20c6ad8e453d21e9b7aae808 /macos | |
| parent | b3d0b6a965575da7efecea02f6478136630dee6e (diff) | |
docs
Diffstat (limited to 'macos')
| -rw-r--r-- | macos/Sources/Features/QuickTerminal/QuickTerminalController.swift | 2 |
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) } |
