fix: don't close dropdown on select

minor ux thing so that user can press the settings after changing
This commit is contained in:
Maya 2026-05-15 17:05:31 +03:00
parent 789637d263
commit 2d12ab42c0
No known key found for this signature in database
1 changed files with 0 additions and 1 deletions

View File

@ -276,7 +276,6 @@
const selectOption = (option: string) => {
selected = option;
open = false;
// save user's selection to dropdownStates for this session
if (file) {