Skip to content

Commit

Permalink
fix(menu): should align based on menu win's border not fzf win's
Browse files Browse the repository at this point in the history
  • Loading branch information
bekaboo committed Jan 24, 2024
1 parent 1a28010 commit 22263e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/dropbar/menu.lua
Original file line number Diff line number Diff line change
Expand Up @@ -935,7 +935,7 @@ function dropbar_menu_t:fuzzy_find_open(opts)
height = 1,
})

local border = win_config.border
local border = self._win_configs.border
local has_left_border = false
local has_bottom_border = false
if type(border) == 'string' then
Expand Down

0 comments on commit 22263e6

Please sign in to comment.