allow upstream note updates to propogate

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

View file

@ -260,7 +260,7 @@ const props = defineProps<{
const inChannel = inject("inChannel", null);
let note = $ref(props.note);
``
// plugin
if (noteViewInterruptors.length > 0) {
onMounted(async () => {