Skip to content
Snippets Groups Projects
Commit c24c9dbb authored by André Holger Hanke's avatar André Holger Hanke
Browse files

Fix audio guide interferes with text area

parent e68767a9
No related merge requests found
......@@ -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"
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment