mirror of
https://github.com/folke/snacks.nvim
synced 2025-08-05 03:08:13 +00:00
fix(notifier): win:close instead of win:hide
This commit is contained in:
parent
abd7e61b73
commit
f29f7a433a
1 changed files with 1 additions and 1 deletions
|
@ -493,7 +493,7 @@ function N:hide(id)
|
|||
self.queue[id], self.sorted = nil, nil
|
||||
notif.hidden = ts()
|
||||
if notif.win then
|
||||
notif.win:hide()
|
||||
notif.win:close()
|
||||
notif.win = nil
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue