mirror of https://github.com/Chocobozzz/PeerTube
Disable comment submit button when sending the comment
parent
a920fef10a
commit
0d16506cce
|
@ -14,7 +14,7 @@
|
|||
</div>
|
||||
|
||||
<div class="submit-comment">
|
||||
<button *ngIf="isAddButtonDisplayed()" [ngClass]="{ disabled: !form.valid }" i18n>
|
||||
<button *ngIf="isAddButtonDisplayed()" [ngClass]="{ disabled: !form.valid || addingComment }" i18n>
|
||||
Post comment
|
||||
</button>
|
||||
</div>
|
||||
|
|
Loading…
Reference in New Issue