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

Merge branch 'dev' into chore_migSiibraApi

parents aab7936e 3d35a339
No related branches found
No related tags found
No related merge requests found
......@@ -324,8 +324,8 @@ export class AtlasViewer implements OnDestroy, OnInit, AfterViewInit {
---
If you have any comments or need further support, please send contact us at [${this.pureConstantService.supportEmailAddress}](${this.pureConstantService.supportEmailAddress})`,
description: `That's it! We hope you enjoy your stay. If you have any comments or need further support, please send contact us at ${this.pureConstantService.supportEmailAddress}`,
If you have any comments or need further support, please contact us at [${this.pureConstantService.supportEmailAddress}](mailto:${this.pureConstantService.supportEmailAddress})`,
description: `That's it! We hope you enjoy your stay. If you have any comments or need further support, please contact us at ${this.pureConstantService.supportEmailAddress}`,
position: 'center'
}
......
......@@ -282,6 +282,9 @@ export class NehubaViewerUnit implements OnInit, OnDestroy {
if (this.setColormap$) {
this.ondestroySubscriptions.push(
this.setColormap$.pipe(
switchMap(switchMapWaitFor({
condition: () => !!(this.nehubaViewer?.ngviewer)
})),
debounceTime(160),
).subscribe(v => {
const map = new Map()
......
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