fix 80022cb9
This commit is contained in:
parent
a3637d084f
commit
4b91cdc58f
|
@ -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)"/>
|
||||
|
|
Loading…
Reference in a new issue