We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cffb1ac commit 2a0936bCopy full SHA for 2a0936b
web/src/components/SearchBox.vue
@@ -21,6 +21,7 @@
21
type="text"
22
:placeholder="t('nyaa.general.search_placeholder')"
23
class="flex-1 pl-2 pr-5 py-3 bg-transparent placeholder-gray-600 cursor-pointer focus:cursor-text"
24
+ @focus="$event.target.select()"
25
@blur="$event.relatedTarget !== $refs.button && (isFocused = false)"
26
@input="setKeyword($event.target.value)"
27
>
0 commit comments