fix: result_container takes the actual height of the editor (#2405)

This commit is contained in:
soulfy
2025-07-12 00:36:42 +08:00
committed by GitHub
parent 4892b7cde5
commit c4ce24e3c0

View File

@@ -3086,7 +3086,7 @@ function Sidebar:get_result_container_height()
return math.max(
1,
api.nvim_win_get_height(self.code.winid)
api.nvim_get_option_value("lines", {})
- selected_files_container_height
- selected_code_container_height
- todos_container_height