chore: delete useless code (#263)

This commit is contained in:
yetone 2024-08-27 14:34:48 +08:00 committed by GitHub
parent 50d0748901
commit 0841df1f8e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -962,8 +962,6 @@ function Sidebar:create_selected_code()
end end
end end
local input_prompt_ns = vim.api.nvim_create_namespace("avante_input_prompt")
function Sidebar:create_input() function Sidebar:create_input()
if self.input then if self.input then
self.input:unmount() self.input:unmount()