mirror of
https://github.com/jquery/jquery-ui.git
synced 2024-11-21 11:04:24 +00:00
Selectmenu: This reverts commit 36e6c445d3
.
This commit is contained in:
parent
36e6c445d3
commit
b7df9e45cd
6
ui/jquery.ui.selectmenu.js
vendored
6
ui/jquery.ui.selectmenu.js
vendored
@ -141,9 +141,9 @@ $.widget( "ui.selectmenu", {
|
||||
}
|
||||
if ( !that.isOpen ) {
|
||||
that._select( item, event );
|
||||
}
|
||||
that.focus = item.index;
|
||||
}
|
||||
}
|
||||
}
|
||||
that.focus = item.index;
|
||||
}
|
||||
})
|
||||
// change ARIA role
|
||||
|
Loading…
Reference in New Issue
Block a user