Skip to content

Commit

Permalink
more refactoring and docs
Browse files Browse the repository at this point in the history
  • Loading branch information
sedghi committed Sep 13, 2023
1 parent 0360d83 commit 5bb78a6
Show file tree
Hide file tree
Showing 5 changed files with 374 additions and 323 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ function OHIFCornerstoneRTViewport(props) {
}, [viewportGrid]);

const hydrateRTDisplaySet = ({ rtDisplaySet, viewportId }) => {
commandsManager.runCommand('loadSegmentationsForViewport', {
commandsManager.runCommand('loadSegmentationDisplaySetsForViewport', {
displaySets: [rtDisplaySet],
viewportId,
});
Expand Down
Loading

0 comments on commit 5bb78a6

Please sign in to comment.