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

chore: fix nehubaConfig route

parent 671927d0
No related branches found
No related tags found
No related merge requests found
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
......@@ -328,7 +328,8 @@ export class NehubaContainer implements OnInit, OnDestroy{
: null)
)
}else{
this.nehubaViewer.removeSpatialSearch3DLandmarks()
if (this.nehubaViewer && this.nehubaViewer.removeSpatialSearch3DLandmarks instanceof Function)
this.nehubaViewer.removeSpatialSearch3DLandmarks()
}
})
)
......
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