mirror of
https://github.com/element-hq/element-web
synced 2024-11-24 02:05:45 +03:00
typo
This commit is contained in:
parent
ccf8e269cd
commit
5c566cae5c
1 changed files with 1 additions and 1 deletions
|
@ -358,7 +358,7 @@ module.exports = React.createClass({
|
|||
}
|
||||
}
|
||||
|
||||
// update ther tab complete list as it depends on who most recently spoke,
|
||||
// update the tab complete list as it depends on who most recently spoke,
|
||||
// and that has probably just changed
|
||||
if (ev.sender) {
|
||||
this.tabComplete.onMemberSpoke(ev.sender);
|
||||
|
|
Loading…
Reference in a new issue