This commit is contained in:
tamaina 2023-07-30 13:13:16 +00:00
parent 3734fc8514
commit 7842771af2
1 changed files with 1 additions and 1 deletions

View File

@ -196,7 +196,7 @@ const renoteTime = shallowRef<HTMLElement>();
const reactButton = shallowRef<HTMLElement>();
const clipButton = shallowRef<HTMLElement>();
const showContent = ref(false);
const collapsed = ref(appearNote.value?.cw == null && isLong);
const collapsed = ref(appearNote.value?.cw == null && isLong.value);
const isDeleted = ref(note === null);
const muted = ref(appearNote.value ? checkWordMute(appearNote.value, $i, defaultStore.state.mutedWords) : false);
const translation = ref<any>(null);