Get link extension working better

This commit is contained in:
Jon Staab
2024-09-23 15:18:39 -07:00
parent ad4944d512
commit d7dba6c61a
4 changed files with 109 additions and 69 deletions
+1 -1
View File
@@ -16,7 +16,7 @@
let editor: Readable<Editor>
onMount(() => {
editor = createEditor(getViewOptions(root.content))
editor = createEditor(getViewOptions(root))
})
</script>