From d6519e55002061d0ecc3d47d9a737fed6eb250d0 Mon Sep 17 00:00:00 2001 From: Timo Bejan Date: Mon, 16 Nov 2020 16:33:55 +0200 Subject: [PATCH] remove from dictionary for ignore --- .../file/annotation-actions/annotation-actions.component.html | 2 +- .../file/annotation-actions/annotation-actions.component.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/red-ui/src/app/screens/file/annotation-actions/annotation-actions.component.html b/apps/red-ui/src/app/screens/file/annotation-actions/annotation-actions.component.html index 077d84c3c..f7fa3d6c0 100644 --- a/apps/red-ui/src/app/screens/file/annotation-actions/annotation-actions.component.html +++ b/apps/red-ui/src/app/screens/file/annotation-actions/annotation-actions.component.html @@ -46,7 +46,7 @@
-
+
diff --git a/apps/red-ui/src/app/screens/file/annotation-actions/annotation-actions.component.ts b/apps/red-ui/src/app/screens/file/annotation-actions/annotation-actions.component.ts index ac369f5a4..9dc7bf801 100644 --- a/apps/red-ui/src/app/screens/file/annotation-actions/annotation-actions.component.ts +++ b/apps/red-ui/src/app/screens/file/annotation-actions/annotation-actions.component.ts @@ -48,7 +48,7 @@ export class AnnotationActionsComponent implements OnInit { } get requiresSuggestionRemoveMenu() { - return this.annotation.isRedacted; + return this.annotation.isRedacted || this.annotation.isIgnored; } get canUndoAnnotation() {