mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-14 18:01:06 +00:00
fix(overflow-menu): dispatch "close" event when clicking outside (#1546)
Fixes #1541
This commit is contained in:
parent
ba62f45d34
commit
837716ff8b
4 changed files with 14 additions and 11 deletions
|
@ -8063,7 +8063,7 @@
|
|||
{
|
||||
"type": "dispatched",
|
||||
"name": "close",
|
||||
"detail": "{ index: number; text: string; }"
|
||||
"detail": "null | { index: number; text: string; }"
|
||||
},
|
||||
{ "type": "forwarded", "name": "click", "element": "button" },
|
||||
{ "type": "forwarded", "name": "mouseover", "element": "button" },
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue