mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-15 18:31:06 +00:00
parent
df67e84401
commit
73861e2fa8
4 changed files with 5 additions and 4 deletions
|
@ -275,7 +275,8 @@
|
|||
open="{open}" />
|
||||
{/if}
|
||||
<ListBoxMenuIcon
|
||||
on:click="{() => {
|
||||
on:click="{(e) => {
|
||||
e.stopPropagation();
|
||||
open = !open;
|
||||
}}"
|
||||
translateWithId="{translateWithId}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue