fix: fix challenge modal submission debounce
This commit is contained in:
@@ -178,7 +178,7 @@ class ChallengeModalCtrl extends PureViewCtrl<unknown, ChallengeModalState> {
|
|||||||
if (!this.validate()) {
|
if (!this.validate()) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
if (this.submitting) {
|
if (this.submitting || this.state.processing) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
this.submitting = true;
|
this.submitting = true;
|
||||||
|
|||||||
Reference in New Issue
Block a user