fix(ui): collapse prompt input after send

Fixes #76
This commit is contained in:
Shantur Rathore
2026-01-20 12:19:43 +00:00
parent bd2a0d1bec
commit a85c2f1700

View File

@@ -604,6 +604,7 @@ export default function PromptInput(props: PromptInputProps) {
}
}
setExpandState("normal")
clearPrompt()
// Ignore attachments for slash commands, but keep them for next prompt.