Skip to content

Commit 8a8b9c0

Browse files
fix: import in vhs tool
1 parent 20d0bbd commit 8a8b9c0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

imaging/tools/custom/VHSAnnotationTool.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ const drawHandles = cornerstoneTools.importInternal("drawing/drawHandles");
2020
const drawLinkedTextBox = cornerstoneTools.importInternal(
2121
"drawing/drawLinkedTextBox"
2222
);
23-
const { throttle } = cornerstoneTools.importInternal("util/throttle");
23+
const throttle = cornerstoneTools.importInternal("util/throttle");
2424

2525
const { lengthCursor } = cornerstoneTools.importInternal("tools/cursors");
2626
const BaseAnnotationTool = cornerstoneTools.importInternal(

0 commit comments

Comments
 (0)