mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-07-31 17:38:28 +00:00
[ACA-2835] Favorites list - incorrect viewer actions when opened via link (#1279)
* stop event propagation * tests
This commit is contained in:
@@ -94,6 +94,11 @@ export class CustomNameColumnComponent extends NameColumnComponent
|
||||
});
|
||||
}
|
||||
|
||||
onLinkClick(event: Event) {
|
||||
event.stopPropagation();
|
||||
this.onClick();
|
||||
}
|
||||
|
||||
ngOnDestroy() {
|
||||
super.ngOnDestroy();
|
||||
|
||||
|
Reference in New Issue
Block a user