mirror of
https://github.com/folke/snacks.nvim
synced 2025-08-04 18:58:12 +00:00
fix(picker.preview): don't clear preview state on close so that colorscheme can be restored. Closes #932
This commit is contained in:
parent
87b9a78f60
commit
9688bd92cd
1 changed files with 0 additions and 1 deletions
|
@ -83,7 +83,6 @@ function M:close()
|
|||
self.win:destroy()
|
||||
self.item = nil
|
||||
self.win_opts = { main = {}, layout = {}, win = {} }
|
||||
self.state = {}
|
||||
end
|
||||
|
||||
---@param main? number
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue