diff --git a/src/components/SponsorTimeEditComponent.tsx b/src/components/SponsorTimeEditComponent.tsx index 22e10d42..191f8ce7 100644 --- a/src/components/SponsorTimeEditComponent.tsx +++ b/src/components/SponsorTimeEditComponent.tsx @@ -590,7 +590,24 @@ class SponsorTimeEditComponent extends React.Component { + this.saveEditTimes(); + }, timeSinceLastEdit) + } + + return; + } + + this.lastEditTime = Date.now(); + this.editTimeTimeout = null; + const sponsorTimesSubmitting = this.props.contentContainer().sponsorTimesSubmitting; const category = this.categoryOptionRef.current.value as Category