This commit is contained in:
Eugene 2022-09-28 22:53:00 +10:00
parent 960cea5a25
commit 2084352311
1 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,7 @@ export class FormComponent implements OnInit {
return true;
}),
startWith(this.formGroup.controls['timer'].value),
startWith(this.formGroup.controls['ids'].value),
map(value => value.replaceAll(/\s/g, '').split(',').map((id: string) => +id)),
debounceTime(300),
),