mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-15 10:21:05 +00:00
Forward scroll event on ListBoxMenu
This commit is contained in:
parent
117e29f208
commit
8dfa86ee71
1 changed files with 1 additions and 0 deletions
|
@ -18,6 +18,7 @@
|
||||||
id="menu-{id}"
|
id="menu-{id}"
|
||||||
class:bx--list-box__menu="{true}"
|
class:bx--list-box__menu="{true}"
|
||||||
{...$$restProps}
|
{...$$restProps}
|
||||||
|
on:scroll
|
||||||
>
|
>
|
||||||
<slot />
|
<slot />
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue