mirror of
https://github.com/paricafe/misskey.git
synced 2024-11-30 22:16:46 -06:00
add missing stop propagation
This commit is contained in:
parent
9bd99b2702
commit
5af650215f
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue