forked from Mirrors/elk
fix: remove bot icon auto focus (#1708)
This commit is contained in:
parent
271c78fdbb
commit
f091e06d19
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ defineProps<{
|
||||||
text-secondary-light
|
text-secondary-light
|
||||||
>
|
>
|
||||||
<slot name="prepend" />
|
<slot name="prepend" />
|
||||||
<CommonTooltip :content="$t('account.bot')" :disabled="showLabel">
|
<CommonTooltip no-auto-focus :content="$t('account.bot')" :disabled="showLabel">
|
||||||
<div i-mdi:robot-outline />
|
<div i-mdi:robot-outline />
|
||||||
</CommonTooltip>
|
</CommonTooltip>
|
||||||
<div v-if="showLabel">
|
<div v-if="showLabel">
|
||||||
|
|
Loading…
Reference in a new issue