fix: remove pointer-events style from multiselect dropdown

This commit is contained in:
Jorge Vergara 2023-02-08 09:24:58 -05:00
commit d0ea44ac7f

View file

@ -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;