commit
d533490630
|
@ -58,7 +58,7 @@
|
||||||
|
|
||||||
</core-loading>
|
</core-loading>
|
||||||
</ion-content>
|
</ion-content>
|
||||||
<ion-footer class="footer-adjustable" *ngIf="commentsLoaded && canAddComments">
|
<ion-footer class="footer-adjustable" id="viewer-footer" *ngIf="commentsLoaded && canAddComments">
|
||||||
<ion-toolbar>
|
<ion-toolbar>
|
||||||
<core-send-message-form [sendDisabled]="sending" [message]="newComment" (onSubmit)="addComment($event)"
|
<core-send-message-form [sendDisabled]="sending" [message]="newComment" (onSubmit)="addComment($event)"
|
||||||
[placeholder]="'core.comments.addcomment' | translate" />
|
[placeholder]="'core.comments.addcomment' | translate" />
|
||||||
|
|
|
@ -329,6 +329,8 @@ export class CoreCommentsViewerPage implements OnInit, OnDestroy {
|
||||||
message: commentsResponse ? 'core.comments.eventcommentcreated' : 'core.datastoredoffline',
|
message: commentsResponse ? 'core.comments.eventcommentcreated' : 'core.datastoredoffline',
|
||||||
translateMessage: true,
|
translateMessage: true,
|
||||||
duration: ToastDuration.LONG,
|
duration: ToastDuration.LONG,
|
||||||
|
position: 'bottom',
|
||||||
|
positionAnchor: 'viewer-footer',
|
||||||
});
|
});
|
||||||
|
|
||||||
if (commentsResponse) {
|
if (commentsResponse) {
|
||||||
|
|
Loading…
Reference in New Issue