Fixed empty search input when going from InFile to Vault

This commit is contained in:
Simon Cambier
2022-10-23 09:16:27 +02:00
parent 13cd3a7bd7
commit 62b7c7a45c
3 changed files with 5 additions and 6 deletions

View File

@@ -18,6 +18,7 @@
}
async function selectInput() {
await tick()
elInput.focus()
await tick()
elInput.select()