Loading src/app/modules/newsfeed/activity/content/content.component.ts +4 −2 Original line number Original line Diff line number Diff line Loading @@ -97,8 +97,10 @@ export class ActivityContentComponent { } } onModalRequested(event: MouseEvent) { onModalRequested(event: MouseEvent) { if (event) { event.preventDefault(); event.preventDefault(); event.stopPropagation(); event.stopPropagation(); } this.entity.modal_source_url = this.router.url; this.entity.modal_source_url = this.router.url; Loading Loading
src/app/modules/newsfeed/activity/content/content.component.ts +4 −2 Original line number Original line Diff line number Diff line Loading @@ -97,8 +97,10 @@ export class ActivityContentComponent { } } onModalRequested(event: MouseEvent) { onModalRequested(event: MouseEvent) { if (event) { event.preventDefault(); event.preventDefault(); event.stopPropagation(); event.stopPropagation(); } this.entity.modal_source_url = this.router.url; this.entity.modal_source_url = this.router.url; Loading