allow upstream note updates to propogate

This commit is contained in:
Kaity A 2023-05-02 19:30:05 +10:00
parent 5bfe6c0730
commit 469bee64b1

View File

@ -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 () => {