This commit is contained in:
NoriDev 2023-08-28 17:05:29 +09:00
parent a3637d084f
commit 4b91cdc58f

View file

@ -4,7 +4,7 @@ SPDX-License-Identifier: AGPL-3.0-only
-->
<template>
<MkInfo v-if="tlHint && !tlHintClosed" :closeable="true" style="margin-bottom: 16px;" @close="closeHint">
<MkInfo v-if="$i && tlHint && !tlHintClosed" :closeable="true" style="margin-bottom: 16px;" @closed="closeHint">
<I18n :src="tlHint"><template #icon><i :class="tlIcon"></i></template></I18n>
</MkInfo>
<MkNotes ref="tlComponent" :noGap="!defaultStore.state.showGapBetweenNotesInTimeline" :pagination="pagination" @queue="emit('queue', $event)"/>