1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-05-29 23:25:01 +02:00

chore(client): tweak user-info routing

This commit is contained in:
syuilo
2022-07-16 16:52:12 +09:00
parent 274bfc965f
commit e9fd064624
3 changed files with 5 additions and 9 deletions

View File

@@ -155,7 +155,7 @@ const age = $computed(() => {
});
function menu(ev) {
os.popupMenu(getUserMenu(props.user), ev.currentTarget ?? ev.target);
os.popupMenu(getUserMenu(props.user, router), ev.currentTarget ?? ev.target);
}
function parallaxLoop() {