We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b6b49f commit 29c72fcCopy full SHA for 29c72fc
ui/menu.js
@@ -251,14 +251,10 @@ return $.widget( "ui.menu", {
251
252
if ( match.length ) {
253
this.focus( event, match );
254
- if ( match.length > 0 ) {
255
- this.previousFilter = character;
256
- this.filterTimer = this._delay(function() {
257
- delete this.previousFilter;
258
- }, 1000 );
259
- } else {
+ this.previousFilter = character;
+ this.filterTimer = this._delay(function() {
260
delete this.previousFilter;
261
- }
+ }, 1000 );
262
} else {
263
264
}
0 commit comments