mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-15 18:31:06 +00:00
fix(list-box): remove stopPropagation clikc modifier
This commit is contained in:
parent
eaebf764cf
commit
b6036f889d
7 changed files with 137 additions and 1 deletions
|
@ -45,7 +45,7 @@
|
|||
e.stopPropagation();
|
||||
}
|
||||
}}"
|
||||
on:click|preventDefault|stopPropagation
|
||||
on:click|preventDefault
|
||||
>
|
||||
<slot />
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue