Skip to content

Commit

Permalink
feat(api): cornerstone3D (#626)
Browse files Browse the repository at this point in the history
  • Loading branch information
sedghi committed May 22, 2023
1 parent 4835116 commit 8ce3961
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lerna.json
@@ -1,5 +1,5 @@
{
"version": "0.103.0",
"version": "1.0.0",
"packages": [
"packages/adapters",
"packages/core",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/src/RenderingEngine/RenderingEngine.ts
Expand Up @@ -150,7 +150,7 @@ class RenderingEngine implements IRenderingEngine {
if (viewport) {
console.log('Viewport already exists, disabling it first');
this.disableElement(viewportId);
console.log('Viewport disabled');
console.log(`Viewport ${viewportId} disabled`);
}

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

0 comments on commit 8ce3961

Please sign in to comment.