fix: prevent the lost of focus on compose icons (#2253)
This commit is contained in:
parent
81e1383da5
commit
b730fab643
2 changed files with 10 additions and 10 deletions
|
@ -160,7 +160,7 @@ const forceShow = ref(false)
|
|||
<div flex="~ gap1" items-center>
|
||||
<StatusVisibilityIndicator v-if="status.visibility !== 'public'" :status="status" />
|
||||
<div flex>
|
||||
<CommonTooltip :content="createdAt">
|
||||
<CommonTooltip :content="createdAt" no-auto-focus>
|
||||
<NuxtLink :title="status.createdAt" :href="statusRoute.href" @click.prevent="go($event)">
|
||||
<time text-sm ws-nowrap hover:underline :datetime="status.createdAt">
|
||||
{{ timeago }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue