forked from coracle/flotilla
Fix message layout, fix uploads
This commit is contained in:
@@ -92,7 +92,3 @@ export const getEditorTags = (editor: Editor) => {
|
||||
|
||||
return [...topicTags, ...naddrTags, ...neventTags, ...mentionTags, ...imetaTags]
|
||||
}
|
||||
|
||||
export const addFile = (editor: Editor) => editor.chain().selectFiles().run()
|
||||
|
||||
export const uploadFiles = (editor: Editor) => editor.chain().uploadFiles().run()
|
||||
|
||||
Reference in New Issue
Block a user