mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-15 02:11:05 +00:00
Merge pull request #193 from IBM/fix-overflow-menu
fix(overflow-menu): set didOpen after menu opened
This commit is contained in:
commit
49d08ee71f
1 changed files with 1 additions and 1 deletions
|
@ -93,7 +93,7 @@
|
||||||
currentIndex.set(0);
|
currentIndex.set(0);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!didOpen) {
|
if (!didOpen && open) {
|
||||||
didOpen = true;
|
didOpen = true;
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue