Skip to content

Commit

Permalink
Remove jarring selection reset on every action
Browse files Browse the repository at this point in the history
  • Loading branch information
azrazalea committed Oct 6, 2023
1 parent 3609a8d commit 81a24a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion warn-stranded.lua
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ function warning:initListChoices()
end

local list = self.subviews.list
list:setChoices(choices, 1)
list:setChoices(choices)
end

function warning:onIgnore(_, choice)
Expand Down

0 comments on commit 81a24a8

Please sign in to comment.