add missing stop propagation

This commit is contained in:
fly_mc 2024-11-30 23:07:12 +08:00
parent 9bd99b2702
commit 5af650215f

View file

@ -4,7 +4,7 @@ SPDX-License-Identifier: AGPL-3.0-only
-->
<template>
<MkA v-user-preview="canonical" :class="[$style.root, { [$style.isMe]: isMe }]" :to="url" :behavior="navigationBehavior">
<MkA v-user-preview="canonical" :class="[$style.root, { [$style.isMe]: isMe }]" :to="url" :behavior="navigationBehavior" @click.stop>
<img :class="$style.icon" :src="avatarUrl" alt="">
<span>
<span>@{{ username }}</span>