allow upstream note updates to propogate
This commit is contained in:
parent
469bee64b1
commit
3731ae82ee
1 changed files with 1 additions and 1 deletions
|
@ -260,7 +260,7 @@ const props = defineProps<{
|
|||
const inChannel = inject("inChannel", null);
|
||||
|
||||
let note = $ref(props.note);
|
||||
``
|
||||
|
||||
// plugin
|
||||
if (noteViewInterruptors.length > 0) {
|
||||
onMounted(async () => {
|
||||
|
|
Loading…
Reference in a new issue