File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 5858
5959 </ core-loading >
6060</ ion-content >
61- < ion-footer class ="footer-adjustable " *ngIf ="commentsLoaded && canAddComments ">
61+ < ion-footer class ="footer-adjustable " id =" viewer-footer " *ngIf ="commentsLoaded && canAddComments ">
6262 < ion-toolbar >
6363 < core-send-message-form [sendDisabled] ="sending " [message] ="newComment " (onSubmit) ="addComment($event) "
6464 [placeholder] ="'core.comments.addcomment' | translate " />
Original file line number Diff line number Diff line change @@ -329,6 +329,8 @@ export class CoreCommentsViewerPage implements OnInit, OnDestroy {
329329 message : commentsResponse ? 'core.comments.eventcommentcreated' : 'core.datastoredoffline' ,
330330 translateMessage : true ,
331331 duration : ToastDuration . LONG ,
332+ position : 'bottom' ,
333+ positionAnchor : 'viewer-footer' ,
332334 } ) ;
333335
334336 if ( commentsResponse ) {
You can’t perform that action at this time.
0 commit comments