From fc5a9b3f589dcc7fbe4aa60e2013767dbf486c52 Mon Sep 17 00:00:00 2001 From: Faton Ramadani Date: Tue, 6 Feb 2024 16:35:20 +0100 Subject: [PATCH] Fix select click outside (#3162) * feat(frontend): fix clickOutside when using portals * feat(frontend): fix clickOutside when using portals * feat(frontend): clean up --- .../apps/svelte-select/lib/Select.svelte | 2 +- frontend/src/lib/utils.ts | 14 ++++++++++++-- 2 files changed, 13 insertions(+), 3 deletions(-) diff --git a/frontend/src/lib/components/apps/svelte-select/lib/Select.svelte b/frontend/src/lib/components/apps/svelte-select/lib/Select.svelte index e0c0a1c979..b82498e269 100644 --- a/frontend/src/lib/components/apps/svelte-select/lib/Select.svelte +++ b/frontend/src/lib/components/apps/svelte-select/lib/Select.svelte @@ -681,7 +681,7 @@ {/if} {#if showClear} -