Merge branch 'main' of github.com:hedyhli/outline.nvim

This commit is contained in:
hedy
2023-11-25 16:24:24 +08:00
2 changed files with 1 additions and 18 deletions

View File

@@ -58,7 +58,6 @@ end
function Sidebar:destroy()
self:delete_autocmds()
if self.view:is_open() then
vim.print('closing')
self.view:close()
end
self.view = nil