From 532f726cfac84eefd0089fd532ada1e911198c8c Mon Sep 17 00:00:00 2001 From: Klaus-Dieter Quibeldey-Cirkel <klaus.quibeldey-cirkel@mni.thm.de> Date: Thu, 24 Sep 2020 17:31:32 +0200 Subject: [PATCH] Revert "Merge branch..." This reverts merge request !450 --- .../shared/comment-answer/comment-answer.component.html | 1 - 1 file changed, 1 deletion(-) 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 05ef1fcab..4b632ad5b 100644 --- a/src/app/components/shared/comment-answer/comment-answer.component.html +++ b/src/app/components/shared/comment-answer/comment-answer.component.html @@ -17,7 +17,6 @@ <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