mirror of
https://github.com/ThePrimeagen/harpoon.git
synced 2025-07-14 01:50:27 +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
|
options
|
||||||
)
|
)
|
||||||
|
|
||||||
self.active_list:select(idx, options)
|
list = self.active_list
|
||||||
self:close_menu()
|
self:close_menu()
|
||||||
|
list:select(idx, options)
|
||||||
end
|
end
|
||||||
|
|
||||||
function HarpoonUI:save()
|
function HarpoonUI:save()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user