Implement automatically entering tab complete mode after a short delay

This seems to work. Manually tested for sanity.
This commit is contained in:
Kegan Dougal 2015-12-22 16:49:58 +00:00
parent 460f68caef
commit 452c265e6a
2 changed files with 32 additions and 23 deletions

View file

@ -340,7 +340,6 @@ module.exports = React.createClass({
if (!room || !this.tabComplete) {
return;
}
console.log("_updateTabCompleteList");
this.tabComplete.setCompletionList(
MemberEntry.fromMemberList(room.getJoinedMembers())
);