mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
[ADF-1134] selection management fixes (#2109)
* selection management fixes * remove dual behaviour
This commit is contained in:
committed by
Eugenio Romano
parent
0b9ab68f22
commit
96557e5f6b
@@ -511,7 +511,8 @@ export class DocumentListComponent implements OnInit, OnChanges, AfterContentIni
|
||||
detail: {
|
||||
node: event.row.node,
|
||||
selection: this.selection
|
||||
}
|
||||
},
|
||||
bubbles: true
|
||||
});
|
||||
this.elementRef.nativeElement.dispatchEvent(domEvent);
|
||||
}
|
||||
@@ -522,7 +523,8 @@ export class DocumentListComponent implements OnInit, OnChanges, AfterContentIni
|
||||
detail: {
|
||||
node: event.row.node,
|
||||
selection: this.selection
|
||||
}
|
||||
},
|
||||
bubbles: true
|
||||
});
|
||||
this.elementRef.nativeElement.dispatchEvent(domEvent);
|
||||
}
|
||||
|
Reference in New Issue
Block a user