From 8696f1381d105ad397821dd055dda5192512f04d Mon Sep 17 00:00:00 2001 From: Simon Cambier Date: Sat, 22 Oct 2022 13:36:12 +0200 Subject: [PATCH] #105 - Fixed search input automatic selection --- src/components/InputSearch.svelte | 27 ++++++++++++++++----------- src/components/ModalVault.svelte | 6 ++++-- 2 files changed, 20 insertions(+), 13 deletions(-) diff --git a/src/components/InputSearch.svelte b/src/components/InputSearch.svelte index 370adce..f015d53 100644 --- a/src/components/InputSearch.svelte +++ b/src/components/InputSearch.svelte @@ -1,22 +1,27 @@ {#if settings.showCreateButton}