From 2d12ab42c088ad8bda98f839e0a08ae884507a99 Mon Sep 17 00:00:00 2001 From: Maya Date: Fri, 15 May 2026 17:05:31 +0300 Subject: [PATCH] fix: don't close dropdown on select minor ux thing so that user can press the settings after changing --- src/lib/components/functional/FormatDropdown.svelte | 1 - 1 file changed, 1 deletion(-) diff --git a/src/lib/components/functional/FormatDropdown.svelte b/src/lib/components/functional/FormatDropdown.svelte index 09f9072..4e665ab 100644 --- a/src/lib/components/functional/FormatDropdown.svelte +++ b/src/lib/components/functional/FormatDropdown.svelte @@ -276,7 +276,6 @@ const selectOption = (option: string) => { selected = option; - open = false; // save user's selection to dropdownStates for this session if (file) {