Add send button

This commit is contained in:
Jon Staab
2025-01-15 09:07:12 -08:00
parent be7a42d951
commit edd6e5c8fc
6 changed files with 21 additions and 19 deletions
-7
View File
@@ -26,7 +26,6 @@ export const signWithAssert = async (template: StampedEvent) => {
}
export const getEditor = ({
aggressive = false,
autofocus = false,
charCount,
content = "",
@@ -36,7 +35,6 @@ export const getEditor = ({
uploading,
wordCount,
}: {
aggressive?: boolean
autofocus?: boolean
charCount?: Writable<number>
content?: string
@@ -62,11 +60,6 @@ export const getEditor = ({
placeholder,
},
},
breakOrSubmit: {
config: {
aggressive,
},
},
fileUpload: {
config: {
onDrop() {