check last update
This commit is contained in:
@@ -100,6 +100,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>';
|
||||||
|
|||||||
Reference in New Issue
Block a user