Skip to content

Commit

Permalink
Track focus event instead of click to support Safari (#5216)
Browse files Browse the repository at this point in the history
  • Loading branch information
dhruvkb authored Dec 4, 2024
1 parent 31a1c9b commit 7360355
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/components/VThemeSelect/VThemeSelect.vue
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ watch(() => [darkMode.colorMode.value, darkMode.osColorMode.value], updateRefs)
:label-text="$t('theme.theme')"
:show-selected="false"
:show-new-highlight="!isDarkModeSeen"
@click="setIsDarkModeSeen"
@focus="setIsDarkModeSeen"
@update:model-value="handleUpdateModelValue"
>
<template #start>
Expand Down

0 comments on commit 7360355

Please sign in to comment.