Fix canvas markdown

This commit is contained in:
Peaceultime 2024-09-07 23:24:37 +02:00
parent 0d1332dcd4
commit 09f4f3c482
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ const colors = computed(() => {
<div class="w-full h-full py-2 px-4 flex !bg-opacity-[0.07]" :class="colors.bg">
<template v-if="node.type === 'group' || zoom > Math.min(0.4, 1000 / size)">
<div v-if="node.text?.length > 0" class="flex items-center">
<Markdown v-model="node.text" />
<Markdown :content="node.text" />
</div>
</template>
<template v-else>