[ACA-2835] Favorites list - incorrect viewer actions when opened via link (#1279)

* stop event propagation

* tests
This commit is contained in:
Cilibiu Bogdan
2019-12-16 16:26:56 +02:00
committed by GitHub
parent d3dd752920
commit db2a6a7ef7
3 changed files with 23 additions and 1 deletions

View File

@@ -94,6 +94,11 @@ export class CustomNameColumnComponent extends NameColumnComponent
});
}
onLinkClick(event: Event) {
event.stopPropagation();
this.onClick();
}
ngOnDestroy() {
super.ngOnDestroy();