mirror of
https://github.com/TermoraDev/termora.git
synced 2026-01-15 18:02:58 +08:00
chore: find panel circle navigation
This commit is contained in:
@@ -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--
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user