Stop trying to use editor to view notes

This commit is contained in:
Jon Staab
2024-09-24 11:03:19 -07:00
parent 256a70d6fb
commit 148208f072
8 changed files with 12 additions and 67 deletions
+1 -1
View File
@@ -29,7 +29,7 @@
let editor: Readable<Editor>
onMount(() => {
editor = createEditor(getEditorOptions({submit, loading, getPubkeyHints}))
editor = createEditor(getEditorOptions({submit, loading, getPubkeyHints, autofocus: true}))
})
</script>