We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc1874b commit e7a6d31Copy full SHA for e7a6d31
lua/opencode/ui/renderer.lua
@@ -92,7 +92,7 @@ function M._render_full_session_data(session_data)
92
local output_data = formatter._format_messages(state.active_session)
93
94
M.write_output(output_data)
95
- M.scroll_to_bottom()
+ M._scroll_to_bottom()
96
end
97
98
---Shift cached line positions by delta starting from from_line
0 commit comments