fix: result_container takes the actual height of the editor (#2405)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user