From 6227d5c34051a132a573fb4d94e9039beb6d8968 Mon Sep 17 00:00:00 2001 From: yetone Date: Mon, 7 Jul 2025 16:51:30 +0800 Subject: [PATCH] fix: close input hint when closing the sidebar (#2420) --- lua/avante/sidebar.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/lua/avante/sidebar.lua b/lua/avante/sidebar.lua index c2947cb..248ff8a 100644 --- a/lua/avante/sidebar.lua +++ b/lua/avante/sidebar.lua @@ -244,6 +244,7 @@ function Sidebar:close(opts) end self:recover_code_winhl() + self:close_input_hint() end function Sidebar:shutdown()