aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/videos/+video-watch/comment/video-comment.component.html
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2017-12-29 09:18:00 +0100
committerChocobozzz <me@florianbigard.com>2017-12-29 09:18:00 +0100
commiteacf925ea668ba48c30f4e8e3c117d8daaebfe77 (patch)
tree596be586962e8d2bae90561d0781e24b09acf8b8 /client/src/app/videos/+video-watch/comment/video-comment.component.html
parent59651eee5600839cdc62911a211d61457d8456b7 (diff)
downloadPeerTube-eacf925ea668ba48c30f4e8e3c117d8daaebfe77.tar.gz
PeerTube-eacf925ea668ba48c30f4e8e3c117d8daaebfe77.tar.zst
PeerTube-eacf925ea668ba48c30f4e8e3c117d8daaebfe77.zip
Comment textarea focus on init
Diffstat (limited to 'client/src/app/videos/+video-watch/comment/video-comment.component.html')
-rw-r--r--client/src/app/videos/+video-watch/comment/video-comment.component.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/app/videos/+video-watch/comment/video-comment.component.html b/client/src/app/videos/+video-watch/comment/video-comment.component.html
index 9608a1033..ffaf722cd 100644
--- a/client/src/app/videos/+video-watch/comment/video-comment.component.html
+++ b/client/src/app/videos/+video-watch/comment/video-comment.component.html
@@ -10,7 +10,7 @@
10 </div> 10 </div>
11 11
12 <my-video-comment-add 12 <my-video-comment-add
13 *ngIf="isUserLoggedIn() && inReplyToCommentId === comment.id" [video]="video" [parentComment]="comment" 13 *ngIf="isUserLoggedIn() && inReplyToCommentId === comment.id" [video]="video" [parentComment]="comment" [focusOnInit]="true"
14 (commentCreated)="onCommentReplyCreated($event)" 14 (commentCreated)="onCommentReplyCreated($event)"
15 ></my-video-comment-add> 15 ></my-video-comment-add>
16 16