matowuut
Results
2
comments of
matowuut
Managed to resolve this issue by modifying this file in build folder\extensions\cornerstone\src\init.tsx by adding this code: ``` function elementEnabledHandler(evt) { const { element } = evt.detail; element.addEventListener(EVENTS.CAMERA_RESET, resetCrosshairs); eventTarget.addEventListener(EVENTS.STACK_VIEWPORT_NEW_STACK, toolbarEventListener);...
rmasad well done. I managed to resolve this issue as well but its a hack. Posted in #3831