Fix new Angular 7 issues
[oweals/peertube.git] / client / src / app / videos / +video-watch / comment / video-comment-add.component.html
index b58a56596ee51e68f942b29c6d35603f877c3e06..d8a7a78c4b0a9dfb7dc6a100041a0e9405e114e5 100644 (file)
@@ -3,7 +3,7 @@
     <img [src]="getAvatarUrl()" alt="Avatar" />
 
     <div class="form-group">
-      <textarea i18n-placeholder placeholder="Add comment..." autosize
+      <textarea i18n-placeholder placeholder="Add comment..." myAutoResize
                 [readonly]="(user === null) ? true : false"
                 (click)="openVisitorModal($event)"
                 formControlName="text" [ngClass]="{ 'input-error': formErrors['text'] }"