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:
Mario Zechner
2026-01-06 19:51:53 +01:00
committed by GitHub
Unverified
@@ -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") {