fix(list-box): remove stopPropagation clikc modifier

This commit is contained in:
Eric Liu 2020-11-21 06:06:50 -08:00
commit b6036f889d
7 changed files with 137 additions and 1 deletions

View file

@ -45,7 +45,7 @@
e.stopPropagation();
}
}}"
on:click|preventDefault|stopPropagation
on:click|preventDefault
>
<slot />
</div>