fix(frontend): ツイート埋め込み表示が閉じれない問題を修正

This commit is contained in:
かっこかり 2024-11-29 10:44:38 +09:00 committed by kakkokari-gtyih
parent 36199b6532
commit 577237c6ff

View file

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