mirror of
https://github.com/mapillary/mapillary-js.git
synced 2026-02-01 14:33:45 +00:00
fix: ensure that spatial data is rendered on activation
This commit is contained in:
parent
18eb8bed04
commit
4ca930dca1
@ -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$))
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user