mirror of
https://github.com/openai/codex.git
synced 2026-09-16 12:13:30 +00:00
Merge 56a06203bb into sapling-pr-archive-bolinfest
This commit is contained in:
@@ -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).
|
||||
|
||||
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user