Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cornerstoneTools.BidirectionalTool could not add #1552

Open
3 tasks
sellarajathangaramaiya opened this issue Aug 7, 2023 · 1 comment
Open
3 tasks

cornerstoneTools.BidirectionalTool could not add #1552

sellarajathangaramaiya opened this issue Aug 7, 2023 · 1 comment

Comments

@sellarajathangaramaiya
Copy link

Prerequisites

  • Which version are you using? (Is it latest?)
  • Are you reporting to the correct repository?
  • Did you search existing issues? (Were any related?)

Description

Steps to Reproduce the issue

  1. When I do X
  2. Then Y
  3. I see behavior Z

Expected behavior: (What you expected to happen)

Actual behavior: (What actually happened)

CodeSandbox With Reproduction of Issue:

@sellarajathangaramaiya
Copy link
Author

// Init cornerstone tools
cornerstoneTools.init();

// Enable any elements, and display images
// ...

// Add our tool, and set it's mode
const BidirectionalTool = cornerstoneTools.BidirectionalTool;

cornerstoneTools.addTool(BidirectionalTool)
cornerstoneTools.setToolActive('Bidirectional', { mouseButtonMask: 1 })
other tool i can able to add but Bidirectional alone i could not add . i am using version 5.1.4

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant