This commit is contained in:
Eugene Pankov 2023-04-10 21:21:49 +02:00
parent 73fae43027
commit 3b8ca0d592
No known key found for this signature in database
GPG Key ID: 5896FCBBDD1CF4F4
50 changed files with 50 additions and 49 deletions

View File

@ -19,6 +19,7 @@ export class CdkAutoDropGroup implements OnInit {
) { }
ngOnInit (): void {
// eslint-disable-next-line @typescript-eslint/no-unnecessary-condition
CdkAutoDropGroup.groups[this.groupName] ??= new FakeDropGroup()
CdkAutoDropGroup.groups[this.groupName]._items.add(this.cdkDropList)
this.cdkDropList['_group'] = CdkAutoDropGroup.groups[this.groupName]