Skip to content

Commit

Permalink
Merge pull request #266 from KPMP/KPMP-5591_turn_off_masks
Browse files Browse the repository at this point in the history
KPMP-5591: Turn off the masks by default
  • Loading branch information
zwright authored Oct 1, 2024
2 parents 3eadcfb + 6df3a39 commit 756043a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/SpatialViewer/viewConfigHelper.js
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ const populateSegmentationConfig = async (stringifiedConfig, wsiUrl, maskUrl) =>
break;
}
spatialChannelColor[indexFromD] = color;
spatialChannelVisible[indexFromD] = true;
spatialChannelVisible[indexFromD] = false;
segmentationChannel[indexFromA] = channel.Name;
obsColorEncoding[indexFromA] = "spatialChannelColor";
filled[indexFromA] = true;
Expand Down

0 comments on commit 756043a

Please sign in to comment.