Skip to content
Snippets Groups Projects
Commit 00ea3904 authored by fsdavid's avatar fsdavid
Browse files

fix lint

parent 5238a55d
No related branches found
No related tags found
No related merge requests found
import {
AfterViewInit, ChangeDetectorRef,
AfterViewInit,
Component,
HostBinding, NgZone,
HostBinding,
OnDestroy,
OnInit,
Renderer2,
......@@ -29,7 +29,6 @@ import { AtlasViewerConstantsServices, UNSUPPORTED_INTERVAL, UNSUPPORTED_PREVIEW
import { WidgetServices } from "./widgetUnit/widgetService.service";
import { LocalFileService } from "src/services/localFile.service";
import { LoggingService } from "src/services/logging.service";
import { AGREE_COOKIE, AGREE_KG_TOS, SHOW_BOTTOM_SHEET, SHOW_KG_TOS } from "src/services/state/uiState.store";
import {
CLOSE_SIDE_PANEL,
......@@ -141,9 +140,7 @@ export class AtlasViewer implements OnDestroy, OnInit, AfterViewInit {
private rd: Renderer2,
public localFileService: LocalFileService,
private snackbar: MatSnackBar,
private bottomSheet: MatBottomSheet,
private cdr: ChangeDetectorRef,
private zone: NgZone,
private bottomSheet: MatBottomSheet
) {
this.snackbarMessage$ = this.store.pipe(
......@@ -285,7 +282,7 @@ export class AtlasViewer implements OnDestroy, OnInit, AfterViewInit {
)
this.subscriptions.push(
this.pluginRegionSelectionEnabled$.subscribe(bool => this.pluginRegionSelectionEnabled = bool)
this.pluginRegionSelectionEnabled$.subscribe(bool => this.pluginRegionSelectionEnabled = bool)
)
}
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment