merge: upstream
This commit is contained in:
commit
38e35e1472
185 changed files with 4442 additions and 2501 deletions
|
|
@ -108,7 +108,7 @@ const props = withDefaults(defineProps<{
|
|||
});
|
||||
|
||||
const el = shallowRef<HTMLElement>();
|
||||
const muted = ref(checkWordMute(props.note, $i, defaultStore.state.mutedWords));
|
||||
const muted = ref($i ? checkWordMute(props.note, $i, $i.mutedWords) : false);
|
||||
const translation = ref(null);
|
||||
const translating = ref(false);
|
||||
const isDeleted = ref(false);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue