Skip to content

Commit

Permalink
fix: nui.menu._tree -> nui.menu.tree
Browse files Browse the repository at this point in the history
  • Loading branch information
folke committed Oct 27, 2022
1 parent 51c2179 commit ab151eb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lua/noice/ui/popupmenu/nui.lua
Original file line number Diff line number Diff line change
@@ -191,8 +191,8 @@ function M.show(state)

if M.menu then
M.menu._.items = items
M.menu._tree:set_nodes(items)
M.menu._tree:render()
M.menu.tree:set_nodes(items)
M.menu.tree:render()
M.menu:update_layout(opts)
else
M.create(items, opts)

0 comments on commit ab151eb

Please sign in to comment.