Skip to content

Commit

Permalink
Update lua/care/menu/init.lua
Browse files Browse the repository at this point in the history
Co-authored-by: max397574 <[email protected]>
  • Loading branch information
vdbe and max397574 authored Nov 1, 2024
1 parent c2f41a3 commit 429c6f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/care/menu/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ function Menu:select_prev(count)
count = count or 1
self.index = (self.index - count) % (#self.entries + 1)

self:select_next(-1)
self:select(-1)
end

function Menu:open(entries, offset)
Expand Down

0 comments on commit 429c6f8

Please sign in to comment.