Skip to content
Snippets Groups Projects
Commit 31b81439 authored by Xiao Gui's avatar Xiao Gui
Browse files

fix lint

parent b6d566b3
No related branches found
No related tags found
No related merge requests found
......@@ -138,9 +138,9 @@ export class PerspectiveViewSlider implements OnDestroy {
private currentTemplateSize$ = this.store$.pipe(
fromRootStore.distinctATP(),
switchMap(({ atlas, template }) =>
atlas && template
? this.sapi.getSpace(atlas['@id'], template['@id']).getTemplateSize()
: NEVER),
atlas && template
? this.sapi.getSpace(atlas['@id'], template['@id']).getTemplateSize()
: NEVER),
)
public rangeControlMinMaxValue$ = this.currentTemplateSize$.pipe(
......@@ -235,8 +235,8 @@ export class PerspectiveViewSlider implements OnDestroy {
take(1)
),
viewer
? viewer.viewerPositionChange
: NEVER,
? viewer.viewerPositionChange
: NEVER,
),
this.viewportSize$,
this.rangeControlSetting$,
......
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