Skip to content

Commit

Permalink
perf(popupmenu): re-use existing nui menu for rendering the popupmenu
Browse files Browse the repository at this point in the history
  • Loading branch information
folke committed Jun 6, 2023
1 parent e3936cc commit fdd78c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/noice/ui/popupmenu/nui.lua
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ end

---@param state Popupmenu
function M.show(state)
M.on_hide()
-- M.on_hide()
local is_cmdline = state.grid == -1
local opts, padding = M.opts(state)

Expand Down

0 comments on commit fdd78c2

Please sign in to comment.