fix(client): add :disable-link="true" to some <MkAvatar /> Fix #9606

This commit is contained in:
tamaina 2023-01-15 16:32:24 +00:00
parent a9acd72eb7
commit 9385767b12
10 changed files with 13 additions and 13 deletions

View file

@ -9,7 +9,7 @@
<header :class="$style.header">
<button v-if="!fixed" :class="$style.cancel" class="_button" @click="cancel"><i class="ti ti-x"></i></button>
<button v-click-anime v-tooltip="i18n.ts.switchAccount" :class="$style.account" class="_button" @click="openAccountMenu">
<MkAvatar :user="postAccount ?? $i" :class="$style.avatar"/>
<MkAvatar :user="postAccount ?? $i" :class="$style.avatar" :disable-link="true" />
</button>
<div :class="$style.headerRight">
<span :class="[$style.textCount, { [$style.textOver]: textLength > maxTextLength }]">{{ maxTextLength - textLength }}</span>