Skip to content
Snippets Groups Projects
Commit bab8bb06 authored by Klaus-Dieter Quibeldey-Cirkel's avatar Klaus-Dieter Quibeldey-Cirkel
Browse files

Merge branch...

Merge branch '495-the-audio-guide-prevents-you-from-entering-numbers-that-are-assigned-to-it' into 'master'

Fix audio guide interferes with text area

Closes #495

See merge request arsnova/frag.jetzt!450
parents 1db44ed3 c24c9dbb
No related merge requests found
Pipeline #50830 passed with stages
in 12 minutes and 16 seconds
......@@ -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