From e4630082e05943f0187259bf5e2c609c022a0d41 Mon Sep 17 00:00:00 2001 From: suvodip ghosh Date: Tue, 8 Jul 2025 11:49:03 +0000 Subject: [PATCH] check last update --- src/components/NewTopic.jsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/NewTopic.jsx b/src/components/NewTopic.jsx index c1f7a44..8f99919 100644 --- a/src/components/NewTopic.jsx +++ b/src/components/NewTopic.jsx @@ -100,6 +100,7 @@ const NewTopic = () => { const start = textarea.selectionStart; const end = textarea.selectionEnd; + const value = formData.content || ""; const breakTag = '
';