Skip to content

Commit

Permalink
fix(menu): fix <MouseMove> keymap
Browse files Browse the repository at this point in the history
  • Loading branch information
bekaboo committed Jun 4, 2023
1 parent 54284b3 commit 103a808
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/dropbar/configs.lua
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ M.opts = {
end
end,
['<MouseMove>'] = function()
local menu = require('dropbar.api').get_current_winbar_menu()
local menu = require('dropbar.api').get_current_dropbar_menu()
if not menu then
return
end
Expand Down

0 comments on commit 103a808

Please sign in to comment.