mirror of
https://github.com/sim1222/misskey.git
synced 2025-08-06 00:33:51 +09:00
fix(client): The … button on notes does nothing when not logged in
Fix #9659
This commit is contained in:
@ -187,7 +187,7 @@ export function getNoteMenu(props: {
|
||||
});
|
||||
}
|
||||
|
||||
function notedetails(): void {
|
||||
function openDetail(): void {
|
||||
os.pageWindow(`/notes/${appearNote.id}`);
|
||||
}
|
||||
|
||||
@ -225,7 +225,7 @@ export function getNoteMenu(props: {
|
||||
), {
|
||||
icon: 'ti ti-info-circle',
|
||||
text: i18n.ts.details,
|
||||
action: notedetails,
|
||||
action: openDetail,
|
||||
}, {
|
||||
icon: 'ti ti-users',
|
||||
text: i18n.ts.reactions,
|
||||
|
Reference in New Issue
Block a user