cleanup
This commit is contained in:
parent
0af2ba1e0e
commit
2b5a01fef7
@ -41,12 +41,10 @@ import { PageRotationService } from '../../services/page-rotation.service';
|
||||
import { ALLOWED_KEYBOARD_SHORTCUTS, HeaderElements, TextPopups } from '../../shared/constants';
|
||||
import { FilePreviewDialogService } from '../../services/file-preview-dialog.service';
|
||||
import { loadCompareDocumentWrapper } from '../../../dossier/utils/compare-mode.utils';
|
||||
import { FileDataService } from '../../services/file-data.service';
|
||||
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 {
|
||||
@ -89,7 +87,6 @@ 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,
|
||||
|
||||
@ -1 +1 @@
|
||||
Subproject commit 8a992aa440ff24d1244e24edea3ce75fdadbebd5
|
||||
Subproject commit 3e1b124bd9439fabf1eaa67e265c212ad9cb09e7
|
||||
Loading…
x
Reference in New Issue
Block a user