mirror of
https://github.com/jquery/jquery-ui.git
synced 2025-01-07 20:34:24 +00:00
Need to pass-through event arg to activate method
This commit is contained in:
parent
29847fd353
commit
5a55f3ad97
@ -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() {
|
||||
|
Loading…
Reference in New Issue
Block a user