Skip to content

Commit e7a6d31

Browse files
committed
fix(renderer): _scroll_to_bottom
1 parent cc1874b commit e7a6d31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lua/opencode/ui/renderer.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ function M._render_full_session_data(session_data)
9292
local output_data = formatter._format_messages(state.active_session)
9393

9494
M.write_output(output_data)
95-
M.scroll_to_bottom()
95+
M._scroll_to_bottom()
9696
end
9797

9898
---Shift cached line positions by delta starting from from_line

0 commit comments

Comments
 (0)