add missing stop propagation

This commit is contained in:
fly_mc 2024-11-15 12:41:21 +08:00
parent 6670d4e181
commit 527883f50d

View file

@ -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>