allow upstream note updates to propogate
This commit is contained in:
parent
3e2c8f490e
commit
69bf975b58
@ -260,7 +260,7 @@ const props = defineProps<{
|
|||||||
const inChannel = inject("inChannel", null);
|
const inChannel = inject("inChannel", null);
|
||||||
|
|
||||||
let note = $ref(props.note);
|
let note = $ref(props.note);
|
||||||
``
|
|
||||||
// plugin
|
// plugin
|
||||||
if (noteViewInterruptors.length > 0) {
|
if (noteViewInterruptors.length > 0) {
|
||||||
onMounted(async () => {
|
onMounted(async () => {
|
||||||
|
Loading…
Reference in New Issue
Block a user