disable textarea when busy
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
parent
963c0a7b3f
commit
1dc30beb95
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue