diff --git a/src/frontend/app/indexation/indexation.component.html b/src/frontend/app/indexation/indexation.component.html index 42466335adffc62c87040f0df82dec4eb2f47e32..1b2fd7abdd540e830df462cf21fd20ed16456493 100644 --- a/src/frontend/app/indexation/indexation.component.html +++ b/src/frontend/app/indexation/indexation.component.html @@ -119,7 +119,7 @@ </div> <div class="document-container" [class.fullContainer]="appService.getViewMode()"> <div class="content"> - <app-document-viewer #appDocumentViewer [editMode]="true" [tmpFilename]="tmpFilename" (refreshDatas)="refreshDatas()" + <app-document-viewer #appDocumentViewer [editMode]="true" [tmpFilename]="tmpFilename" (triggerEvent)="refreshDatas()" style="height:100%;width:100%;"> </app-document-viewer> </div>