mirror of
https://github.com/paricafe/misskey.git
synced 2025-01-19 05:48:40 -06:00
add missing stop propagation
This commit is contained in:
parent
6670d4e181
commit
527883f50d
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@ SPDX-License-Identifier: AGPL-3.0-only
|
|||
<template v-else-if="apNote && apExpanded">
|
||||
<MkNoteSimple :note="apNote" :class="$style.linkNote"/>
|
||||
<div :class="$style.action">
|
||||
<MkButton :small="true" inline @click="apExpanded = false">
|
||||
<MkButton :small="true" inline @click.stop="apExpanded = false">
|
||||
<i class="ti ti-x"></i> {{ i18n.ts.close }}
|
||||
</MkButton>
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue