mirror of https://github.com/VERT-sh/VERT.git
fix: don't close dropdown on select
minor ux thing so that user can press the settings after changing
This commit is contained in:
parent
789637d263
commit
2d12ab42c0
|
|
@ -276,7 +276,6 @@
|
||||||
|
|
||||||
const selectOption = (option: string) => {
|
const selectOption = (option: string) => {
|
||||||
selected = option;
|
selected = option;
|
||||||
open = false;
|
|
||||||
|
|
||||||
// save user's selection to dropdownStates for this session
|
// save user's selection to dropdownStates for this session
|
||||||
if (file) {
|
if (file) {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue