fix: new chat width in full view state (#2663)

This commit is contained in:
yetone
2025-08-31 23:07:13 +08:00
committed by GitHub
parent 7c4f88606c
commit 8ca7f75ce4

View File

@@ -2092,7 +2092,6 @@ function Sidebar:new_chat(args, cb)
end)
if cb then cb(args) end
vim.schedule(function() self:create_todos_container() end)
if self.post_render then vim.defer_fn(function() self.post_render(self) end, 100) end
end
local debounced_save_history = Utils.debounce(