mirror of
https://github.com/vector-im/element-web.git
synced 2024-11-16 21:24:59 +08:00
disable textarea when busy
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
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
Block a user