mirror of
https://github.com/Eugeny/tabby.git
synced 2025-06-12 23:49:59 +00:00
lint
This commit is contained in:
parent
73fae43027
commit
3b8ca0d592
@ -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]
|
||||
|
Loading…
x
Reference in New Issue
Block a user