aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/videos/+video-watch/comment/video-comment-add.component.html
diff options
context:
space:
mode:
authorRigel Kent <sendmemail@rigelk.eu>2020-03-15 16:05:37 +0100
committerRigel Kent <sendmemail@rigelk.eu>2020-03-15 16:05:37 +0100
commit79671021e2a6164effb0ec4e38ee89ea3c260069 (patch)
tree6caf05cb6daf2bc4abd07602672fc30a41b83344 /client/src/app/videos/+video-watch/comment/video-comment-add.component.html
parente61151b01c80e525db068ff12fcfe2c8ae04e1a4 (diff)
downloadPeerTube-79671021e2a6164effb0ec4e38ee89ea3c260069.tar.gz
PeerTube-79671021e2a6164effb0ec4e38ee89ea3c260069.tar.zst
PeerTube-79671021e2a6164effb0ec4e38ee89ea3c260069.zip
Fix video-ccomment-add cancellation
Diffstat (limited to 'client/src/app/videos/+video-watch/comment/video-comment-add.component.html')
-rw-r--r--client/src/app/videos/+video-watch/comment/video-comment-add.component.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/app/videos/+video-watch/comment/video-comment-add.component.html b/client/src/app/videos/+video-watch/comment/video-comment-add.component.html
index 29c7a8bfa..3e820041d 100644
--- a/client/src/app/videos/+video-watch/comment/video-comment-add.component.html
+++ b/client/src/app/videos/+video-watch/comment/video-comment-add.component.html
@@ -17,7 +17,7 @@
17 </div> 17 </div>
18 18
19 <div class="comment-buttons"> 19 <div class="comment-buttons">
20 <button *ngIf="isAddButtonDisplayed()" class="cancel-button" (click)="cancelCommentReply()" i18n> 20 <button *ngIf="isAddButtonDisplayed()" class="cancel-button" (click)="cancelCommentReply()" type="button" i18n>
21 Cancel 21 Cancel
22 </button> 22 </button>
23 <button *ngIf="isAddButtonDisplayed()" [ngClass]="{ disabled: !form.valid || addingComment }" i18n> 23 <button *ngIf="isAddButtonDisplayed()" [ngClass]="{ disabled: !form.valid || addingComment }" i18n>