fix(list-box-menu-item): scroll item into view when using keyboard navigation (#1471)

Fixes #1470
This commit is contained in:
metonym 2022-08-31 18:52:06 -07:00 committed by GitHub
commit 7030300186
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 2 deletions

View file

@ -261,7 +261,7 @@
<ListBoxMenuItem
id="{item.id}"
active="{selectedId === item.id}"
highlighted="{highlightedIndex === i || selectedId === item.id}"
highlighted="{highlightedIndex === i}"
disabled="{item.disabled}"
on:click="{(e) => {
if (item.disabled) {