From d5648024397147240b50ba305a9eac284df988bf Mon Sep 17 00:00:00 2001 From: Sebastian Date: Wed, 18 Mar 2020 12:09:57 +0100 Subject: [PATCH] Get rid of mentions fix. --- .../comments/comment.component.html | 7 +- .../comments/comments.component.html | 7 +- frontend/package-lock.json | 102 +++++++++--------- frontend/package.json | 18 ++-- 4 files changed, 65 insertions(+), 69 deletions(-) diff --git a/frontend/app/shared/components/comments/comment.component.html b/frontend/app/shared/components/comments/comment.component.html index ad1668878..fcd4f2015 100644 --- a/frontend/app/shared/components/comments/comment.component.html +++ b/frontend/app/shared/components/comments/comment.component.html @@ -30,7 +30,6 @@ [(ngModel)]="editingText" [mention]="mentionUsers" [mentionConfig]="mentionConfig" - [mentionListTemplate]="mentionListTemplate" (keydown)="updateWhenEnter($event)">
@@ -58,8 +57,4 @@
- - - - {{item['contributorEmail']}} - \ No newline at end of file + \ No newline at end of file diff --git a/frontend/app/shared/components/comments/comments.component.html b/frontend/app/shared/components/comments/comments.component.html index d2eee9612..3219e184b 100644 --- a/frontend/app/shared/components/comments/comments.component.html +++ b/frontend/app/shared/components/comments/comments.component.html @@ -19,16 +19,11 @@ -