1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-06-27 15:01:53 +03:00

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())
);