mirror of
https://github.com/jquery/jquery-ui.git
synced 2024-11-21 11:04:24 +00:00
Drilldown menu: Fixing type-to-search, missing event argument to menu-activate method
This commit is contained in:
parent
37774bb516
commit
0752719de1
@ -152,7 +152,7 @@
|
|||||||
});
|
});
|
||||||
}
|
}
|
||||||
if (match.length) {
|
if (match.length) {
|
||||||
menu.activate(match);
|
menu.activate(event, match);
|
||||||
if (match.length > 1) {
|
if (match.length > 1) {
|
||||||
menu.previousFilter = character;
|
menu.previousFilter = character;
|
||||||
menu.filterTimer = setTimeout(function() {
|
menu.filterTimer = setTimeout(function() {
|
||||||
|
Loading…
Reference in New Issue
Block a user