Skip to content

Commit

Permalink
fix: revert show delay to initial 500ms included by mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
shuuji3 committed Feb 28, 2024
1 parent f67be19 commit 95fdea6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/account/TagHoverWrapper.vue
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ const userSettings = useUserSettings()
<VMenu
v-if="!disabled && !getPreferences(userSettings, 'hideTagHoverCard')"
placement="bottom-start"
:delay="{ show: 5, hide: 100 }"
:delay="{ show: 500, hide: 100 }"
v-bind="$attrs"
:close-on-content-click="false"
>
Expand Down

0 comments on commit 95fdea6

Please sign in to comment.