fix(win): backdrop

This commit is contained in:
Folke Lemaitre 2024-11-05 19:34:54 +01:00
parent a15c1a8463
commit 71dd912763
No known key found for this signature in database
GPG key ID: 41F8B1FBACAE2040

View file

@ -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,