No need to sort the flat nick list for completion
... because the completion function sorts it another way anyway.
This commit is contained in:
parent
2101e52131
commit
a415a3ec3c
1 changed files with 0 additions and 1 deletions
|
@ -591,7 +591,6 @@ weechat.controller('WeechatCtrl', ['$rootScope', '$scope', '$store', '$timeout',
|
|||
flatNickList.push(nickObj.name);
|
||||
});
|
||||
});
|
||||
flatNickList.sort();
|
||||
|
||||
// complete nick
|
||||
var nickComp = IrcUtils.completeNick(inputText, caretPos,
|
||||
|
|
Loading…
Add table
Reference in a new issue