fix: close input hint when closing the sidebar (#2420)

This commit is contained in:
yetone
2025-07-07 16:51:30 +08:00
committed by GitHub
parent b051ce449a
commit 6227d5c340

View File

@@ -244,6 +244,7 @@ function Sidebar:close(opts)
end
self:recover_code_winhl()
self:close_input_hint()
end
function Sidebar:shutdown()