Implement automatically entering tab complete mode after a short delay
This seems to work. Manually tested for sanity.
This commit is contained in:
parent
460f68caef
commit
452c265e6a
2 changed files with 32 additions and 23 deletions
|
@ -340,7 +340,6 @@ module.exports = React.createClass({
|
|||
if (!room || !this.tabComplete) {
|
||||
return;
|
||||
}
|
||||
console.log("_updateTabCompleteList");
|
||||
this.tabComplete.setCompletionList(
|
||||
MemberEntry.fromMemberList(room.getJoinedMembers())
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue