Skip to content

Commit 5a55f3a

Browse files
committed
Need to pass-through event arg to activate method
1 parent 29847fd commit 5a55f3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/visual/menu/contextmenu.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@
8686
});
8787
}
8888
if (match.length) {
89-
menu.activate(match);
89+
menu.activate(event, match);
9090
if (match.length > 1) {
9191
menu.previousFilter = character;
9292
menu.filterTimer = setTimeout(function() {

0 commit comments

Comments
 (0)