Skip to content

Commit

Permalink
Link the issue with the TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
sgielen committed Oct 16, 2024
1 parent cf27889 commit b631614
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/core/examples/dicomLoader/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -103,8 +103,7 @@ async function renderImages() {
if ('setStack' in viewport) {
viewport.setStack(imageIds);
} else if ('setVolumes' in viewport) {
// TODO: In the current version of Cornerstone, we need to load all
// individual slices before we can load the volume.
// TODO: https://github.com/cornerstonejs/cornerstone3D/issues/889
for (let i = 0; i < imageIds.length; ++i) {
await imageLoader.loadImage(imageIds[i]);
}
Expand Down

0 comments on commit b631614

Please sign in to comment.