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 22d078a commit 1a22a67Copy full SHA for 1a22a67
ui/jquery.ui.menu.js
@@ -483,7 +483,6 @@ $.widget( "ui.menu", {
483
if ( newItem && newItem.length ) {
484
this._close();
485
this.focus( event, newItem );
486
- return true;
487
}
488
},
489
@@ -501,7 +500,6 @@ $.widget( "ui.menu", {
501
500
this._delay(function() {
502
503
}, 20 );
504
505
506
507
0 commit comments