Skip to content

Commit 3277527

Browse files
authored
hotfix(multi-select): prevent double trigger in a filterable multiseelct (#954)
Fixes #940
1 parent 0214e30 commit 3277527

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: src/MultiSelect/MultiSelect.svelte

+1
Original file line numberDiff line numberDiff line change
@@ -454,6 +454,7 @@
454454
/>
455455
{/if}
456456
<ListBoxMenuIcon
457+
style="pointer-events: {open ? 'auto' : 'none'}"
457458
on:click="{(e) => {
458459
e.stopPropagation();
459460
open = !open;

0 commit comments

Comments
 (0)