fix: remove bot icon auto focus (#1708)

This commit is contained in:
moshyfawn 2023-02-13 16:51:45 -05:00 committed by GitHub
parent 271c78fdbb
commit f091e06d19
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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">