mirror of
https://example.com
synced 2024-11-24 07:36:39 +09:00
allow upstream note updates to propogate
This commit is contained in:
parent
3e2c8f490e
commit
69bf975b58
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