mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-15 10:21:05 +00:00
hotfix(multi-select): prevent double trigger in a filterable multiseelct (#954)
Fixes #940
This commit is contained in:
parent
0214e30edf
commit
3277527929
1 changed files with 1 additions and 0 deletions
|
@ -454,6 +454,7 @@
|
|||
/>
|
||||
{/if}
|
||||
<ListBoxMenuIcon
|
||||
style="pointer-events: {open ? 'auto' : 'none'}"
|
||||
on:click="{(e) => {
|
||||
e.stopPropagation();
|
||||
open = !open;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue