@ohif/extension-dicom-microscopy: Use retrieveRendered for frame retrieval
This commit is contained in:
parent
51f40d49e5
commit
c148cd9b85
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@ohif/extension-dicom-microscopy",
|
"name": "@ohif/extension-dicom-microscopy",
|
||||||
"version": "0.0.7",
|
"version": "0.0.8",
|
||||||
"description": "OHIF extension for Dicom Microscopy",
|
"description": "OHIF extension for Dicom Microscopy",
|
||||||
"author": "OHIF",
|
"author": "OHIF",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
|
|||||||
@ -57,7 +57,7 @@ class DicomMicroscopyViewport extends Component {
|
|||||||
metadata,
|
metadata,
|
||||||
});
|
});
|
||||||
|
|
||||||
viewer.render({ container });
|
viewer.render({ container, retrieveRendered: true });
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user