fix: remove bot icon auto focus (#1708)
This commit is contained in:
parent
271c78fdbb
commit
f091e06d19
@ -11,7 +11,7 @@ defineProps<{
|
||||
text-secondary-light
|
||||
>
|
||||
<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 />
|
||||
</CommonTooltip>
|
||||
<div v-if="showLabel">
|
||||
|
Loading…
Reference in New Issue
Block a user