Skip to content
Snippets Groups Projects
Unverified Commit 1f43f6c5 authored by Xiao Gui's avatar Xiao Gui
Browse files

fix: connectivity display colormap on load profile

parent bfb0bea0
No related branches found
No related tags found
No related merge requests found
......@@ -156,13 +156,15 @@ export class ConnectivityBrowserComponent implements OnChanges, OnDestroy {
* on
* - accordion update
* - colormap change
* - fetching matrix
* - fetching matrix flag is true
* remove custom layer
*/
merge(
this.#accordionExpanded$,
this.colormap$,
this.#fetchingMatrix$,
this.#fetchingMatrix$.pipe(
filter(flag => !!flag)
),
).subscribe(() => {
this.removeCustomLayer()
}),
......
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