mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-18 11:36:36 +00:00
remove previous commit
This commit is contained in:
parent
a76f57c608
commit
668a5d1625
1 changed files with 0 additions and 7 deletions
|
@ -187,13 +187,6 @@
|
|||
}
|
||||
}
|
||||
}}"
|
||||
on:focusout="{(e) => {
|
||||
if (open) {
|
||||
if (!buttonRef.contains(e.relatedTarget)) {
|
||||
open = false;
|
||||
}
|
||||
}
|
||||
}}"
|
||||
>
|
||||
<slot name="menu">
|
||||
<svelte:component
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue