mirror of
https://codeberg.org/Hyperpipe/Hyperpipe
synced 2025-06-28 05:08:00 +02:00
Merge pull request 'Make search input unfocused after search' (#61) from Denevola/Hyperpipe:patch-search-input-unfocus into main
Reviewed-on: https://codeberg.org/Hyperpipe/Hyperpipe/pulls/61
This commit is contained in:
commit
3e2cf3ce30
1 changed files with 1 additions and 0 deletions
|
@ -22,6 +22,7 @@ const { t } = useI18n(),
|
||||||
@change="
|
@change="
|
||||||
nav.state.search = $event.target.value;
|
nav.state.search = $event.target.value;
|
||||||
nav.state.page = 'home';
|
nav.state.page = 'home';
|
||||||
|
$event.target.blur();
|
||||||
"
|
"
|
||||||
:value="nav.state.search" />
|
:value="nav.state.search" />
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue