restore focus_composer action
This commit is contained in:
parent
d4ca087abe
commit
e39c405c55
2 changed files with 14 additions and 0 deletions
|
@ -241,4 +241,8 @@ export default class BasicMessageEditor extends React.Component {
|
|||
></div>
|
||||
</div>);
|
||||
}
|
||||
|
||||
focus() {
|
||||
this._editorRef.focus();
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue