Forward scroll event on ListBoxMenu

This commit is contained in:
weaseldotro 2020-10-25 11:14:57 +02:00 committed by GitHub
commit 8dfa86ee71
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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>