From 576a4914ff1258b49c8b007e6129e7d1adefe276 Mon Sep 17 00:00:00 2001 From: Timo Bejan Date: Thu, 29 Oct 2020 15:11:08 +0200 Subject: [PATCH] minor changes --- .../file-preview-screen.component.html | 2 +- .../file-preview-screen.component.ts | 10 ++++++---- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/apps/red-ui/src/app/screens/file/file-preview-screen/file-preview-screen.component.html b/apps/red-ui/src/app/screens/file/file-preview-screen/file-preview-screen.component.html index 498320e93..3b488d3b3 100644 --- a/apps/red-ui/src/app/screens/file/file-preview-screen/file-preview-screen.component.html +++ b/apps/red-ui/src/app/screens/file/file-preview-screen/file-preview-screen.component.html @@ -232,7 +232,7 @@ attr.annotation-id="{{ annotation.id }}" attr.annotation-page="{{ page }}" [ngClass]="{ active: selectedAnnotation?.id === annotation.id }" - (click)="selectAnnotation(annotation.annotation)" + (click)="selectAnnotation(annotation)" >