Skip to content

Commit

Permalink
fix: revert 2debe82
Browse files Browse the repository at this point in the history
fixes #93
  • Loading branch information
willothy committed Sep 27, 2023
1 parent dc11786 commit be7d379
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 @@ -474,6 +474,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 be7d379

Please sign in to comment.