From 6bf977d09d7bf92244ab715c83cc668f52c71141 Mon Sep 17 00:00:00 2001 From: Klaus-Dieter Quibeldey-Cirkel <klaus.quibeldey-cirkel@mni.thm.de> Date: Thu, 24 Sep 2020 18:52:16 +0200 Subject: [PATCH] Revert "Merge branch 'revert-bab8bb06' into 'master'" This reverts merge request !453 --- .../shared/comment-answer/comment-answer.component.html | 1 + 1 file changed, 1 insertion(+) diff --git a/src/app/components/shared/comment-answer/comment-answer.component.html b/src/app/components/shared/comment-answer/comment-answer.component.html index 4b632ad5b..05ef1fcab 100644 --- a/src/app/components/shared/comment-answer/comment-answer.component.html +++ b/src/app/components/shared/comment-answer/comment-answer.component.html @@ -17,6 +17,7 @@ <mat-tab label="{{'comment-page.your-answer' | translate}}"> <mat-form-field class="input-block"> <textarea [(ngModel)]="answer" (input)="edit = true" + (keyup)="$event.cancelBubble=true" matInput matTextareaAutosize matAutosizeMinRows="3" -- GitLab