cornerstonejs / cornerstoneTools

A framework for tools built on top of Cornerstone.
https://tools.cornerstonejs.org/
MIT License
577 stars 452 forks source link

Do not enter the preMouseDownCallback function when use customTool #1556

Open crysta-l opened 1 year ago

crysta-l commented 1 year ago

Prerequisites

Description

I created a customer tool but it do not enter the preMouseDownCallback function or preTouchStartCallback when use customTool

Steps to Reproduce the issue

image image

Expected behavior: (What you expected to happen) enter preMouseDownCallback function and There is output information in the console box Actual behavior: (What actually happened) no output information in console box