You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// Called when the `activeEntry` two-way binding on this component's MenuList component is changed, or by the `selectedIndex()` watcher above (but we want to skip that case)
59
63
function watchActiveEntry(activeEntry:MenuListEntry) {
60
64
if (activeEntrySkipWatcher) {
61
65
activeEntrySkipWatcher=false;
62
66
} elseif (activeEntry!==DASH_ENTRY) {
63
67
// We need to set to the initial value first to track a right history step, as if we hover in initial selection.
64
68
if (initialSelectedIndex!==undefined) onhoverInEntry?.(initialSelectedIndex);
0 commit comments