This commit is contained in:
Timo Bejan 2020-10-08 11:18:09 +03:00
parent 405dfddc35
commit df96265115

View File

@ -129,5 +129,8 @@ export class PdfViewerComponent implements OnInit, AfterViewInit, OnDestroy {
ngOnDestroy(): void {
this._viewerSyncService.deregisterInstance(this.fileType);
}
// toggleNotesButton
// notesPanel
}