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}
|
ref={this._editorRef}
|
||||||
onPaste={this._onPaste}
|
onPaste={this._onPaste}
|
||||||
autoFocus={true}
|
autoFocus={true}
|
||||||
|
disabled={this.state.busy}
|
||||||
/>
|
/>
|
||||||
);
|
);
|
||||||
return (
|
return (
|
||||||
|
|
Loading…
Reference in New Issue