aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/videos/+video-watch/comment/video-comment.component.html
diff options
context:
space:
mode:
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.html1
1 files changed, 1 insertions, 0 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 207be3c7c..80e8cae1d 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
@@ -50,6 +50,7 @@
50 [parentComments]="newParentComments" 50 [parentComments]="newParentComments"
51 [focusOnInit]="true" 51 [focusOnInit]="true"
52 (commentCreated)="onCommentReplyCreated($event)" 52 (commentCreated)="onCommentReplyCreated($event)"
53 (cancel)="onResetReply()"
53 ></my-video-comment-add> 54 ></my-video-comment-add>
54 55
55 <div *ngIf="commentTree" class="children"> 56 <div *ngIf="commentTree" class="children">