allow upstream note updates to propogate

This commit is contained in:
Kaity A 2023-05-02 19:30:05 +10:00
parent a7c9400a42
commit 3e2c8f490e
No known key found for this signature in database
GPG key ID: 5A797B97C2A490AD

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