Address board UX review feedback

Co-Authored-By: Paperclip <noreply@paperclip.ing>
This commit is contained in:
dotta 2026-03-30 06:46:21 -05:00
parent b1b3408efa
commit 5310bbd4d8
4 changed files with 6 additions and 5 deletions

View file

@ -423,6 +423,7 @@ export function CommentThread({
setSubmitting(true);
try {
// TODO: wire an explicit "send + interrupt" action through the composer if we expose it in the UI.
await onAdd(trimmed, reopen ? true : undefined, reassignment ?? undefined);
setBody("");
if (draftKey) clearDraft(draftKey);