limit size of note

This commit is contained in:
2021-05-02 14:41:08 +02:00
parent 5c95f0be42
commit 3692d0a2e6
4 changed files with 14 additions and 3 deletions

View File

@@ -7,7 +7,6 @@
let html = null
onMount(async () => {
console.log(src)
html = await fetch(src).then((res) => res.text())
})
</script>