mirror of
https://github.com/ghostty-org/ghostty.git
synced 2026-09-14 18:01:58 +00:00
macOS: fix find previous action when search is focused
This commit is contained in:
@@ -1462,7 +1462,7 @@ class BaseTerminalController: NSWindowController,
|
||||
}
|
||||
|
||||
@IBAction func findPrevious(_ sender: Any) {
|
||||
focusedSurface?.findNext(sender)
|
||||
focusedSurface?.findPrevious(sender)
|
||||
}
|
||||
|
||||
@IBAction func findHide(_ sender: Any) {
|
||||
|
||||
Reference in New Issue
Block a user