mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2025-03-04 07:18:50 -07:00
allow upstream note updates to propogate
This commit is contained in:
parent
5bfe6c0730
commit
469bee64b1
1 changed files with 2 additions and 2 deletions
|
@ -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 () => {
|
||||
|
|
Loading…
Add table
Reference in a new issue