mirror of
https://github.com/getcompanion-ai/co-mono.git
synced 2026-04-17 10:02:23 +00:00
fix: don't clear loading animation when Ctrl+C clears editor
- Remove statusContainer.clear() from clearEditor() - Loading animation should only be removed when agent finishes - Ctrl+C once should only clear editor text, not status
This commit is contained in:
parent
dea7067593
commit
2509add9bf
1 changed files with 0 additions and 1 deletions
|
|
@ -429,7 +429,6 @@ export class TuiRenderer {
|
||||||
|
|
||||||
clearEditor(): void {
|
clearEditor(): void {
|
||||||
this.editor.setText("");
|
this.editor.setText("");
|
||||||
this.statusContainer.clear();
|
|
||||||
this.ui.requestRender();
|
this.ui.requestRender();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue