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
commit e3fccdab72
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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") {