1
1
mirror of https://github.com/kokonect-link/cherrypick synced 2024-11-23 14:46:44 +09:00

fix(frontend): 서브 노트의 동작 버튼이 정상적으로 작동하지 않을 수 있음 (kokonect-link/cherrypick#536)

This commit is contained in:
NoriDev 2024-11-19 12:23:17 +09:00
parent cfab3fe0c2
commit 1cc6500d1f
2 changed files with 2 additions and 1 deletions

View File

@ -34,6 +34,7 @@ Misskey의 전체 변경 사항을 확인하려면, [CHANGELOG.md#2024xx](CHANGE
- 배경과 같은 이미지를 구분하기 쉽도록 배경색 및 구분선 추가
- Fix: 아바타 장식에서 가이드라인이 표시되지 않음
- Fix: 설정 페이지에서 글자수가 긴 일부 항목의 디자인이 잘못 표시될 수 있음
- Fix: 서브 노트의 동작 버튼이 정상적으로 작동하지 않을 수 있음 (kokonect-link/cherrypick#536)
### Server
- Fix: 그룹 초대 알림을 수락하거나 거절하면 알림 목록을 볼 수 없음

View File

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