Merge 56a06203bb into sapling-pr-archive-bolinfest

This commit is contained in:
Michael Bolin
2025-05-17 09:11:05 -07:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

@@ -132,8 +132,6 @@ describe("cancel clears previous_response_id", () => {
] as any);
const bodies = _test.getBodies();
// eslint-disable-next-line no-console
console.log(JSON.stringify(bodies, null, 2));
expect(bodies.length).toBeGreaterThanOrEqual(2);
// The *last* invocation belongs to the second run (after cancellation).

View File

@@ -438,6 +438,8 @@ impl WidgetRef for ConversationHistoryWidget {
.wrap(wrap_cfg())
.scroll((offset_into_first as u16, 0));
// Clear the widget area to avoid visual artifacts from previous frames.
Clear.render(area, buf);
paragraph.render(area, buf);
// Draw scrollbar if necessary.