Skip to content

Commit

Permalink
feat(api)!: cornerstone3D version 1.0 (#625)
Browse files Browse the repository at this point in the history
BREAKING CHANGE: cornerstone3D version 1
  • Loading branch information
sedghi committed May 22, 2023
1 parent c5c1339 commit 0c6cf01
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/core/src/RenderingEngine/RenderingEngine.ts
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,7 @@ class RenderingEngine implements IRenderingEngine {
if (viewport) {
console.log('Viewport already exists, disabling it first');
this.disableElement(viewportId);
console.log('Viewport disabled');
}

// 2.a) See if viewport uses a custom rendering pipeline.
Expand Down

0 comments on commit 0c6cf01

Please sign in to comment.