mirror of https://github.com/vector-im/riot-web
disable textarea when busy
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>pull/21833/head
parent
963c0a7b3f
commit
1dc30beb95
|
@ -1013,6 +1013,7 @@ export default class InviteDialog extends React.PureComponent {
|
|||
ref={this._editorRef}
|
||||
onPaste={this._onPaste}
|
||||
autoFocus={true}
|
||||
disabled={this.state.busy}
|
||||
/>
|
||||
);
|
||||
return (
|
||||
|
|
Loading…
Reference in New Issue