macOS: fix find previous action when search is focused (#14131)

Typo found by @lrytz.
This commit is contained in:
Mitchell Hashimoto
2026-09-03 08:38:09 -07:00
committed by GitHub

View File

@@ -1462,7 +1462,7 @@ class BaseTerminalController: NSWindowController,
}
@IBAction func findPrevious(_ sender: Any) {
focusedSurface?.findNext(sender)
focusedSurface?.findPrevious(sender)
}
@IBAction func findHide(_ sender: Any) {