Limit the command search to ten items.
This commit is contained in:
parent
35287cd10d
commit
3e8ffff7ff
1 changed files with 1 additions and 1 deletions
|
@ -113,7 +113,7 @@ define([
|
|||
}
|
||||
};
|
||||
menuWalker(menus);
|
||||
this.results = results;
|
||||
this.results = results.slice(0, 10);
|
||||
},
|
||||
getTabValues: function(tab) {
|
||||
var name = tab.fileName;
|
||||
|
|
Loading…
Reference in a new issue