mirror of
https://github.com/paricafe/misskey.git
synced 2024-12-26 11:16:43 -06:00
fix click.stop
This commit is contained in:
parent
064b31111f
commit
f7ca67928b
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ SPDX-License-Identifier: AGPL-3.0-only
|
|||
</div>
|
||||
<details v-if="note.files && note.files.length > 0">
|
||||
<summary @click.stop>({{ i18n.tsx.withNFiles({ n: note.files.length }) }})</summary>
|
||||
<MkMediaList :mediaList="note.files"/>
|
||||
<MkMediaList :mediaList="note.files" @click.stop/>
|
||||
</details>
|
||||
<details v-if="note.poll">
|
||||
<summary>{{ i18n.ts.poll }}</summary>
|
||||
|
|
Loading…
Reference in a new issue