check last update
parent
00d2bdd384
commit
e4630082e0
|
@ -100,6 +100,7 @@ const NewTopic = () => {
|
|||
|
||||
const start = textarea.selectionStart;
|
||||
const end = textarea.selectionEnd;
|
||||
|
||||
|
||||
const value = formData.content || "";
|
||||
const breakTag = '<br>';
|
||||
|
|
Loading…
Reference in New Issue