Skip to content

Commit

Permalink
Don't keep open always (#2461)
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex-Tideman authored Dec 5, 2024
1 parent 7447294 commit 3259906
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/holocene/combobox/combobox.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -471,7 +471,7 @@
</div>

<Menu
keepOpen={multiselect || true}
keepOpen={multiselect}
bind:menuElement
id="{id}-listbox"
role="listbox"
Expand Down

0 comments on commit 3259906

Please sign in to comment.