Fix edit lists behaving wrong

This commit is contained in:
Amelia 2025-05-06 18:52:34 +02:00
parent a9cf6dc286
commit c36123a58f
No known key found for this signature in database
GPG key ID: D6D0ECE365407EAA
2 changed files with 3 additions and 1 deletions

View file

@ -69,6 +69,7 @@ export class EditListComponent implements OnInit {
if (this.ItemsArray.length === 1) {
this.ItemsArray.at(0).setValue('');
this.emit();
this.cdRef.markForCheck();
return;
}