mirror of
https://github.com/ThePrimeagen/harpoon.git
synced 2025-07-13 17:40:25 +00:00
fix: in UI:select_menu_item close the menu first
This commit is contained in:
parent
9031087ff1
commit
023e6c8baf
@ -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()
|
||||
|
Loading…
x
Reference in New Issue
Block a user