Drilldown menu: Fixing type-to-search, missing event argument to menu-activate method

This commit is contained in:
jzaefferer 2010-03-25 11:27:08 -04:00
parent 37774bb516
commit 0752719de1

View File

@ -152,7 +152,7 @@
});
}
if (match.length) {
menu.activate(match);
menu.activate(event, match);
if (match.length > 1) {
menu.previousFilter = character;
menu.filterTimer = setTimeout(function() {