check last update

main
suvodip ghosh 2025-07-08 11:49:03 +00:00
parent 00d2bdd384
commit e4630082e0
1 changed files with 1 additions and 0 deletions

View File

@ -100,6 +100,7 @@ const NewTopic = () => {
const start = textarea.selectionStart;
const end = textarea.selectionEnd;
const value = formData.content || "";
const breakTag = '<br>';