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