mirror of
https://github.com/folke/snacks.nvim
synced 2025-08-04 02:38:46 +00:00
fix(win): backdrop
This commit is contained in:
parent
a15c1a8463
commit
71dd912763
1 changed files with 2 additions and 2 deletions
|
@ -343,8 +343,8 @@ function M:drop()
|
|||
backdrop = false,
|
||||
win = {
|
||||
relative = "editor",
|
||||
height = 1,
|
||||
width = 1,
|
||||
height = 0,
|
||||
width = 0,
|
||||
style = "minimal",
|
||||
focusable = false,
|
||||
zindex = self.opts.win.zindex - 1,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue