From 8ca7f75ce44b7281aec41906c6b20cc2c44ce65a Mon Sep 17 00:00:00 2001 From: yetone Date: Sun, 31 Aug 2025 23:07:13 +0800 Subject: [PATCH] fix: new chat width in full view state (#2663) --- lua/avante/sidebar.lua | 1 - 1 file changed, 1 deletion(-) diff --git a/lua/avante/sidebar.lua b/lua/avante/sidebar.lua index 8c01de9..d1fee62 100644 --- a/lua/avante/sidebar.lua +++ b/lua/avante/sidebar.lua @@ -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(