Added ability to reply to comments with remote interaction

Implements https://github.com/Chocobozzz/PeerTube/issues/3725
pull/3958/head
Poslovitch 2021-04-24 21:17:27 +00:00 committed by Chocobozzz
parent e771e82dfa
commit 53c6b2b405
1 changed files with 2 additions and 2 deletions

View File

@ -35,7 +35,7 @@
></div>
<div class="comment-actions">
<div *ngIf="isUserLoggedIn()" tabindex=0 (click)="onWantToReply()" class="comment-action-reply" i18n>Reply</div>
<div tabindex=0 (click)="onWantToReply()" class="comment-action-reply" i18n>Reply</div>
<my-user-moderation-dropdown
[prependActions]="prependModerationActions" tabindex=0 [buttonStyled]="false"
@ -57,7 +57,7 @@
</ng-container>
<my-video-comment-add
*ngIf="!comment.isDeleted && isUserLoggedIn() && inReplyToCommentId === comment.id"
*ngIf="!comment.isDeleted && inReplyToCommentId === comment.id"
[user]="user"
[video]="video"
[parentComment]="comment"