diff --git a/src/ltui/choicebox.lua b/src/ltui/choicebox.lua index aa385f4..4e16476 100644 --- a/src/ltui/choicebox.lua +++ b/src/ltui/choicebox.lua @@ -117,8 +117,6 @@ end -- on event function choicebox:on_event(e) - - -- select config if e.type == event.ev_keyboard then if e.key_name == "Down" then if self:current() == self:last() then