fix: ensure that spatial data is rendered on activation

This commit is contained in:
Oscar Lorentzon 2022-01-30 15:35:17 -08:00
parent 18eb8bed04
commit 4ca930dca1

View File

@ -273,9 +273,7 @@ export class SpatialComponent extends Component<SpatialConfiguration> {
map((images: Image[]) => ({ id: cellId, images })));
},
6));
}),
publishReplay(1),
refCount());
}));
subs.push(cell$.pipe(
withLatestFrom(this._navigator.stateService.reference$))