mirror of
https://github.com/vector-im/element-web.git
synced 2024-11-16 13:14:58 +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}
|
||||
onPaste={this._onPaste}
|
||||
autoFocus={true}
|
||||
disabled={this.state.busy}
|
||||
/>
|
||||
);
|
||||
return (
|
||||
|
Loading…
Reference in New Issue
Block a user