macos: focus shenangians
parent
e1356538ac
commit
829dd1b9b2
|
|
@ -714,6 +714,7 @@ class BaseTerminalController: NSWindowController,
|
||||||
|
|
||||||
// We use a small delay to ensure this runs after any UI cleanup
|
// We use a small delay to ensure this runs after any UI cleanup
|
||||||
// (e.g., command palette restoring focus to its original surface).
|
// (e.g., command palette restoring focus to its original surface).
|
||||||
|
Ghostty.moveFocus(to: target)
|
||||||
Ghostty.moveFocus(to: target, delay: 0.1)
|
Ghostty.moveFocus(to: target, delay: 0.1)
|
||||||
|
|
||||||
// Show a brief highlight to help the user locate the presented terminal.
|
// Show a brief highlight to help the user locate the presented terminal.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue