From 6120a9687e0f09b9b51fbeaa541a425d7aebbb46 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adina=20=C8=9Aeudan?= Date: Sat, 15 Jan 2022 19:44:43 +0200 Subject: [PATCH] Input with action fixes --- .../spotlight-search.component.html | 53 +++++++++---------- .../comments/comments.component.html | 2 +- .../components/comments/comments.component.ts | 3 +- libs/common-ui | 2 +- 4 files changed, 30 insertions(+), 30 deletions(-) diff --git a/apps/red-ui/src/app/components/spotlight-search/spotlight-search.component.html b/apps/red-ui/src/app/components/spotlight-search/spotlight-search.component.html index 348cc56ae..1ffe83c77 100644 --- a/apps/red-ui/src/app/components/spotlight-search/spotlight-search.component.html +++ b/apps/red-ui/src/app/components/spotlight-search/spotlight-search.component.html @@ -1,30 +1,29 @@ -
- + - - -
- -
-
-
+ + +
+ +
+
+
- - -
+ + +
- - -
+ + diff --git a/apps/red-ui/src/app/modules/dossier/screens/file-preview-screen/components/comments/comments.component.html b/apps/red-ui/src/app/modules/dossier/screens/file-preview-screen/components/comments/comments.component.html index 8686a4b2e..427cebe5c 100644 --- a/apps/red-ui/src/app/modules/dossier/screens/file-preview-screen/components/comments/comments.component.html +++ b/apps/red-ui/src/app/modules/dossier/screens/file-preview-screen/components/comments/comments.component.html @@ -8,7 +8,7 @@
{ + async deleteComment($event: MouseEvent, comment: IComment): Promise { + $event.stopPropagation(); this._loadingService.start(); await this._manualAnnotationService.deleteComment(comment.id, this.annotation.id, this._dossierId, this._fileId).toPromise(); this.annotation.comments.splice(this.annotation.comments.indexOf(comment), 1); diff --git a/libs/common-ui b/libs/common-ui index 795a273c9..ff9dad3ce 160000 --- a/libs/common-ui +++ b/libs/common-ui @@ -1 +1 @@ -Subproject commit 795a273c9cde2a47c8a53e81a1b1efeb3ad81ddb +Subproject commit ff9dad3ce73c2485a64e3418f24334f4c44f7c6a