diff --git a/packages/client/src/components/MkNote.vue b/packages/client/src/components/MkNote.vue index 7e3fd6be5..d943cb921 100644 --- a/packages/client/src/components/MkNote.vue +++ b/packages/client/src/components/MkNote.vue @@ -259,8 +259,8 @@ const props = defineProps<{ const inChannel = inject("inChannel", null); -let note = $ref(deepClone(props.note)); - +let note = $ref(props.note); +`` // plugin if (noteViewInterruptors.length > 0) { onMounted(async () => {