mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-16 10:51:06 +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}
|
{/if}
|
||||||
<ListBoxMenuIcon
|
<ListBoxMenuIcon
|
||||||
style="pointer-events: {open ? 'auto' : 'none'}"
|
|
||||||
on:click="{(e) => {
|
on:click="{(e) => {
|
||||||
e.stopPropagation();
|
e.stopPropagation();
|
||||||
open = !open;
|
open = !open;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue