This commit is contained in:
Timo Bejan 2022-03-19 21:28:45 +02:00
parent 2b5a01fef7
commit c4899dbd88

View File

@ -45,6 +45,7 @@ import { fromEvent } from 'rxjs';
import Tools = Core.Tools;
import TextTool = Tools.TextTool;
import Annotation = Core.Annotations.Annotation;
import { FileDataService } from '../../services/file-data.service';
function getDivider(hiddenOn?: readonly ('desktop' | 'mobile' | 'tablet')[]) {
return {
@ -87,6 +88,7 @@ export class PdfViewerComponent extends AutoUnsubscribe implements OnInit, OnCha
private readonly _loadingService: LoadingService,
private readonly _fileManagementService: FileManagementService,
private readonly _pageRotationService: PageRotationService,
private readonly _fileDataService: FileDataService,
readonly stateService: FilePreviewStateService,
readonly viewModeService: ViewModeService,
readonly multiSelectService: MultiSelectService,