chore: find panel circle navigation

This commit is contained in:
hstyi
2025-08-20 10:37:57 +08:00
committed by hstyi
parent 35b175d944
commit 4fbb626c42

View File

@@ -172,7 +172,7 @@ class TerminalFindPanel(
} }
} else { } else {
if (index - 1 <= 0) { if (index - 1 <= 0) {
index = 0 index = kinds.size - 1
} else { } else {
index-- index--
} }