hotfix(multi-select): prevent double trigger in a filterable multiseelct (#954)

Fixes #940
This commit is contained in:
Eric Liu 2021-12-29 06:01:31 -08:00 committed by GitHub
commit 3277527929
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -454,6 +454,7 @@
/>
{/if}
<ListBoxMenuIcon
style="pointer-events: {open ? 'auto' : 'none'}"
on:click="{(e) => {
e.stopPropagation();
open = !open;