mirror of
https://github.com/folke/snacks.nvim
synced 2025-12-23 08:47:57 +00:00
fix(win): don't destroy opts. Fixes #726
This commit is contained in:
parent
4d09c4f9a4
commit
473be039e5
1 changed files with 1 additions and 1 deletions
|
|
@ -498,7 +498,7 @@ function M:destroy()
|
|||
self.events = {}
|
||||
self.keys = {}
|
||||
self.meta = {}
|
||||
self.opts = {}
|
||||
-- self.opts = {}
|
||||
end
|
||||
|
||||
---@param opts? { buf: boolean }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue