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

FIX #13983 TIME 0:10 fix static mode

(cherry picked from commit 24bf46af)
parent fdac448d
No related branches found
No related tags found
No related merge requests found
...@@ -19,7 +19,7 @@ export class TemplateFileEditorModalComponent implements OnInit { ...@@ -19,7 +19,7 @@ export class TemplateFileEditorModalComponent implements OnInit {
editorType: any = null; editorType: any = null;
documentIsModified: boolean = false; documentIsModified: boolean = false;
@ViewChild('onlyofficeViewer', { static: true }) onlyofficeViewer: EcplOnlyofficeViewerComponent; @ViewChild('onlyofficeViewer', { static: false }) onlyofficeViewer: EcplOnlyofficeViewerComponent;
@ViewChild('collaboraOnlineViewer', { static: false }) collaboraOnlineViewer: CollaboraOnlineViewerComponent; @ViewChild('collaboraOnlineViewer', { static: false }) collaboraOnlineViewer: CollaboraOnlineViewerComponent;
constructor(public dialogRef: MatDialogRef<TemplateFileEditorModalComponent>, @Inject(MAT_DIALOG_DATA) public data: any) { } constructor(public dialogRef: MatDialogRef<TemplateFileEditorModalComponent>, @Inject(MAT_DIALOG_DATA) public data: any) { }
......
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