Skip to content
Snippets Groups Projects
Unverified Commit 658e013c authored by xgui3783's avatar xgui3783 Committed by GitHub
Browse files

Merge pull request #5 from FZJ-INM1-BDA/bug_fix_452

fixes https://github.com/HumanBrainProject/interactive-viewer/issues/452
parents 31538adc 957f3921
No related branches found
No related tags found
No related merge requests found
......@@ -639,6 +639,7 @@ export class NehubaContainer implements OnInit, OnChanges, OnDestroy {
),
this.ngLayers$.pipe(
map(state => state.forceShowSegment),
distinctUntilChanged(),
),
this.selectedParcellation$,
)
......
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