Display thread title
This commit is contained in:
@@ -17,7 +17,7 @@
|
||||
|
||||
const submit = () => {
|
||||
onSubmit({
|
||||
content: $editor.getText(),
|
||||
content: $editor.getText({blockSeparator: '\n'}),
|
||||
tags: getEditorTags($editor),
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user