Skip to content

Commit

Permalink
fix(menu-scrollbar): revert 2debe82 (#94)
Browse files Browse the repository at this point in the history
fixes #93
  • Loading branch information
willothy authored Sep 29, 2023
1 parent 9fc12e3 commit 7a91b7b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lua/dropbar/menu.lua
Original file line number Diff line number Diff line change
Expand Up @@ -497,6 +497,8 @@ function dropbar_menu_t:make_buf()

-- Update hover highlights
self:update_hover_hl(self.prev_cursor)

self:update_scrollbar()
end,
})
vim.api.nvim_create_autocmd('WinScrolled', {
Expand Down

0 comments on commit 7a91b7b

Please sign in to comment.