mirror of
https://github.com/getcompanion-ai/co-mono.git
synced 2026-04-15 12:03:49 +00:00
Merge pull request #503 from tmustier/fix/steering-input-preserve
fix(coding-agent): keep draft editor text when previously queued messages send
This commit is contained in:
commit
e3fccdab72
1 changed files with 0 additions and 1 deletions
|
|
@ -1167,7 +1167,6 @@ export class InteractiveMode {
|
|||
this.ui.requestRender();
|
||||
} else if (event.message.role === "user") {
|
||||
this.addMessageToChat(event.message);
|
||||
this.editor.setText("");
|
||||
this.updatePendingMessagesDisplay();
|
||||
this.ui.requestRender();
|
||||
} else if (event.message.role === "assistant") {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue