Add show_media settings

This commit is contained in:
Jon Staab
2024-10-24 11:02:16 -07:00
parent 7ae0711905
commit 33c8142eda
7 changed files with 34 additions and 20 deletions
-1
View File
@@ -29,7 +29,6 @@
getEditorOptions({submit, loading, getPubkeyHints, submitOnEnter: true, autofocus: true}),
)
console.log($editor, content)
$editor.commands.setContent(content)
})
</script>