1
1
mirror of https://github.com/kokonect-link/cherrypick synced 2025-01-24 10:43:58 +09:00
This commit is contained in:
NoriDev 2024-09-19 09:21:42 +09:00
parent b55026474f
commit 6bb6631be2

View File

@ -192,7 +192,7 @@ const collapsed = ref(isLong || (isMFM && defaultStore.state.collapseDefault) ||
const pleaseLoginContext = computed<OpenOnRemoteOptions>(() => ({
type: 'lookup',
url: `https://${host}/notes/${appearNote.value.id}`,
url: `https://${host}/notes/${props.note.value.id}`,
}));
const collapseLabel = computed(() => {