mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-16 02:41:05 +00:00
fix: remove pointer-events style from multiselect dropdown
This commit is contained in:
parent
2a8fc00a09
commit
d0ea44ac7f
1 changed files with 0 additions and 1 deletions
|
@ -466,7 +466,6 @@
|
|||
/>
|
||||
{/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