We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14197cb commit 77df00eCopy full SHA for 77df00e
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "dicom-microscopy-viewer",
3
- "version": "0.48.10",
+ "version": "0.48.11",
4
"license": "MIT",
5
"author": "ImagingDataCommons",
6
"homepage": "https://github.com/imagingdatacommons/dicom-microscopy-viewer#readme",
src/viewer.js
@@ -2361,6 +2361,8 @@ class VolumeImageViewer {
2361
bandCount: 1,
2362
interpolate: this[_segmentationInterpolate]
2363
}))
2364
+ // Reset hasLoader flag since we created a new source
2365
+ segment.hasLoader = false
2366
if (segment.layer.getVisible() === true) {
2367
this.showSegment(segment.segment.uid)
2368
} else {
0 commit comments