check last update

This commit is contained in:
suvodip ghosh
2025-07-08 11:49:03 +00:00
parent 00d2bdd384
commit e4630082e0

View File

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