mirror of
https://github.com/vector-im/element-web.git
synced 2026-05-05 12:16:53 +02:00
missed some s/this.refs.//
This commit is contained in:
parent
a64ad04a0e
commit
1b4c5224fd
@ -212,8 +212,8 @@ module.exports = React.createClass({
|
||||
textarea.setSelectionRange(left.length, left.length);
|
||||
}
|
||||
else {
|
||||
this.refs.textarea.value = payload.displayname + ": ";
|
||||
this.refs.textarea.focus();
|
||||
textarea.value = payload.displayname + ": ";
|
||||
textarea.focus();
|
||||
}
|
||||
break;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user