fix: in UI:select_menu_item close the menu first

This commit is contained in:
name_snrl 2023-12-11 14:20:11 +05:00 committed by Hugh Carroll
parent 9031087ff1
commit 023e6c8baf

View File

@ -168,8 +168,9 @@ function HarpoonUI:select_menu_item(options)
options
)
self.active_list:select(idx, options)
list = self.active_list
self:close_menu()
list:select(idx, options)
end
function HarpoonUI:save()