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 4b632ad5ba7d28e7dff47bf02d0ee699e254e313..05ef1fcab9d861a9258b830b3f10d3002392f6ba 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"