Skip to content

Commit

Permalink
fix: tag popupmenu border
Browse files Browse the repository at this point in the history
  • Loading branch information
folke committed Oct 26, 2022
1 parent 13bed57 commit d2064a5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lua/noice/ui/popupmenu/nui.lua
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,9 @@ function M.create(state)
})
M.menu:mount()
Util.tag(M.menu.bufnr, "popupmenu")
if M.menu.border then
Util.tag(M.menu.border.bufnr, "popupmenu.border")
end

M.scroll = Scrollbar({
winnr = M.menu.winid,
Expand Down

0 comments on commit d2064a5

Please sign in to comment.