Skip to content
Snippets Groups Projects
Commit 0bebde6c authored by fsdavid's avatar fsdavid
Browse files

Do not hide annotations with parcellation

parent c6363778
No related branches found
No related tags found
No related merge requests found
......@@ -156,6 +156,7 @@ export class ViewerCtrlCmp{
const visibleParcLayers = ((window as any).viewer.layerManager.managedLayers)
.slice(1)
.filter(({ visible }) => visible)
.filter(({initialSpecification}) => !initialSpecification.type || initialSpecification.type !== 'annotation')
.filter(layer => !this.auxMeshesNamesSet.has(layer.name))
if (this.flagDelin) {
......
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