Skip to content
Snippets Groups Projects
Verified Commit dc6476f7 authored by Alex ORLUC's avatar Alex ORLUC
Browse files

FEAT #10387 TIME 0:10 fix loader display

parent 1d888ce7
No related branches found
No related tags found
No related merge requests found
......@@ -6,7 +6,7 @@
<app-sidebar [snavLeftComponent]="this.snav" [snavRightComponent]="this.snavRight"></app-sidebar>
</mat-sidenav>
<mat-sidenav-content class="mainView">
<div *ngIf="loadingDoc"
<div *ngIf="loadingDoc || snapshot == null"
style="position: fixed;z-index: 2;display: flex;background: #fffc;width: 100%;height: 100%;justify-content: center;align-items: center;">
<mat-spinner></mat-spinner>
</div>
......
......@@ -84,7 +84,7 @@ export class DocumentComponent implements OnInit {
startX: number = 0;
startY: number = 0;
outOfBounds = false;
snapshot: any;
snapshot: any = '';
widthDoc: string = '100%';
resetDragPos: boolean = false;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment