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

bugfix: fsaverage hides ui until repaint

parent ba71069b
No related branches found
No related tags found
No related merge requests found
......@@ -2,6 +2,7 @@
{
position: relative;
overflow: hidden;
margin: 0.5rem;
}
.otherversion-wrapper.loading > sxplr-sapiviews-core-parcellation-chip
......
......@@ -321,6 +321,7 @@ export class ViewerCmp implements OnDestroy {
switch(event.type) {
case EnumViewerEvt.VIEWERLOADED:
this.viewerLoaded = event.data
this.cdr.detectChanges()
break
case EnumViewerEvt.VIEWER_CTX:
this.ctxMenuSvc.context$.next(event.data)
......
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