aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/videos/+video-watch/comment/video-comment.component.html
diff options
context:
space:
mode:
authorRigel Kent <sendmemail@rigelk.eu>2019-12-15 22:44:31 +0100
committerRigel Kent <sendmemail@rigelk.eu>2019-12-15 22:44:31 +0100
commit88adad2d0f42028a116ccc8173f5a62ad306cc32 (patch)
tree7066c14ed2a999bcaebd22599917545b631aa3ae /client/src/app/videos/+video-watch/comment/video-comment.component.html
parentdd4f25eea802fd88ea641d730432b56f562e0861 (diff)
downloadPeerTube-88adad2d0f42028a116ccc8173f5a62ad306cc32.tar.gz
PeerTube-88adad2d0f42028a116ccc8173f5a62ad306cc32.tar.zst
PeerTube-88adad2d0f42028a116ccc8173f5a62ad306cc32.zip
improve comment form: cancel button and full width
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">