Skip to content

Commit 0752719

Browse files
committed
Drilldown menu: Fixing type-to-search, missing event argument to menu-activate method
1 parent 37774bb commit 0752719

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/visual/menu/drilldown2.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@
152152
});
153153
}
154154
if (match.length) {
155-
menu.activate(match);
155+
menu.activate(event, match);
156156
if (match.length > 1) {
157157
menu.previousFilter = character;
158158
menu.filterTimer = setTimeout(function() {

0 commit comments

Comments
 (0)