Add space home page
This commit is contained in:
@@ -23,7 +23,7 @@
|
||||
const loading = writable(false)
|
||||
|
||||
const submit = () => {
|
||||
const content = $editor.getText({blockSeparator: '\n'})
|
||||
const content = $editor.getText({blockSeparator: "\n"})
|
||||
const tags = append(tagRoom(GENERAL, url), getEditorTags($editor))
|
||||
|
||||
if (!content.trim()) {
|
||||
|
||||
Reference in New Issue
Block a user