From d179d5ffc79d57cb5337e5257d20366645219769 Mon Sep 17 00:00:00 2001 From: Ruslan Bayandinov <45530296+wazsone@users.noreply.github.com> Date: Mon, 22 May 2023 00:18:53 +0700 Subject: [PATCH] update tags filter (#3226) Signed-off-by: Ruslan Bayandinov --- plugins/tags-resources/src/components/TagsFilter.svelte | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/plugins/tags-resources/src/components/TagsFilter.svelte b/plugins/tags-resources/src/components/TagsFilter.svelte index 4554b97fd1..49596ac8d2 100644 --- a/plugins/tags-resources/src/components/TagsFilter.svelte +++ b/plugins/tags-resources/src/components/TagsFilter.svelte @@ -136,9 +136,7 @@ focus={!$deviceOptionsStore.isMobile} bind:value={search} placeholder={presentation.string.Search} - on:change={() => { - getValues(search) - }} + on:input={() => getValues(search)} /> {#if schema !== '0'}
@@ -218,11 +216,6 @@