forked from coracle/flotilla
Fix storage access
This commit is contained in:
@@ -21,7 +21,7 @@
|
||||
|
||||
onSubmit({
|
||||
content: $editor!.getText({blockSeparator: "\n"}).trim(),
|
||||
tags: $editor!.storage.welshman.getEditorTags(),
|
||||
tags: $editor!.storage.nostr.getEditorTags(),
|
||||
})
|
||||
|
||||
$editor!.chain().clearContent().run()
|
||||
|
||||
Reference in New Issue
Block a user