You've already forked matrix-react-sdk
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:
@ -340,7 +340,6 @@ module.exports = React.createClass({
|
||||
if (!room || !this.tabComplete) {
|
||||
return;
|
||||
}
|
||||
console.log("_updateTabCompleteList");
|
||||
this.tabComplete.setCompletionList(
|
||||
MemberEntry.fromMemberList(room.getJoinedMembers())
|
||||
);
|
||||
|
Reference in New Issue
Block a user