From 71233f069ea15e935b14447ed09ae48801f052bf Mon Sep 17 00:00:00 2001 From: Gabriel Kaszewski Date: Fri, 15 May 2026 20:07:27 +0200 Subject: [PATCH] =?UTF-8?q?fix(frontend):=20ThoughtForm=20=E2=80=94=20safe?= =?UTF-8?q?=20onSuccess=3F.()=20on=20cancel,=20dedupe=20reply=20textarea?= =?UTF-8?q?=20classes?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- thoughts-frontend/components/thought-form.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/thoughts-frontend/components/thought-form.tsx b/thoughts-frontend/components/thought-form.tsx index bf1c490..5d1dc6f 100644 --- a/thoughts-frontend/components/thought-form.tsx +++ b/thoughts-frontend/components/thought-form.tsx @@ -77,7 +77,7 @@ export function ThoughtForm({ replyToId, onSuccess, card = !replyToId }: Thought