Permalink
Browse files
Need to pass-through event arg to activate method
- Loading branch information
Showing
with
1 addition
and
1 deletion.
-
+1
−1
tests/visual/menu/contextmenu.html
|
|
@@ -86,7 +86,7 @@ |
|
|
}); |
|
|
} |
|
|
if (match.length) { |
|
|
menu.activate(match); |
|
|
menu.activate(event, match); |
|
|
if (match.length > 1) { |
|
|
menu.previousFilter = character; |
|
|
menu.filterTimer = setTimeout(function() { |
|
|
|