mirror of
https://github.com/misskey-dev/misskey.git
synced 2024-12-26 19:10:18 +01:00
fix(frontend): ツイート埋め込み表示が閉じれない問題を修正
This commit is contained in:
parent
36199b6532
commit
577237c6ff
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ SPDX-License-Identifier: AGPL-3.0-only
|
|||
></iframe>
|
||||
</div>
|
||||
<div :class="$style.action">
|
||||
<MkButton :small="true" inline @click="tweetExpanded = false">
|
||||
<MkButton :small="true" inline @click="postExpanded = false">
|
||||
<i class="ti ti-x"></i> {{ i18n.ts.close }}
|
||||
</MkButton>
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue