Fix edit lists behaving wrong
This commit is contained in:
parent
a9cf6dc286
commit
c36123a58f
2 changed files with 3 additions and 1 deletions
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue