Fix live updating of comments on doc change

This commit is contained in:
Michael Shamoon
2022-09-12 08:35:13 -07:00
parent 8fa7bc3dab
commit 2afa5940e3
2 changed files with 21 additions and 9 deletions

View File

@@ -6,7 +6,8 @@
Please enter a comment.
</div>
</div>
<div class="form-group mt-2 d-flex justify-content-end">
<div class="form-group mt-2 d-flex justify-content-end align-items-center">
<div *ngIf="networkActive" class="spinner-border spinner-border-sm fw-normal me-auto" role="status"></div>
<button type="button" class="btn btn-primary btn-sm" [disabled]="networkActive" (click)="addComment()" i18n>Add comment</button>
</div>
</form>