Skip to content

Commit

Permalink
removes hand tool from enum and hotkeys
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrea-Papaleo committed Aug 6, 2024
1 parent d3dfca6 commit 84bf68f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
5 changes: 0 additions & 5 deletions src/hooks/useKeyboardShortcuts/useAnnotatorToolShortcuts.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -46,11 +46,6 @@ export const useAnnotatorToolShortcuts = () => {
})
);
break;
case "H":
dispatch(
annotatorSlice.actions.setToolType({ operation: ToolType.Hand })
);
break;
case "I":
dispatch(
annotatorSlice.actions.setToolType({
Expand Down
1 change: 0 additions & 1 deletion src/utils/annotator/enums.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ export enum ToolType {
ColorAdjustment,
ColorAnnotation,
EllipticalAnnotation,
Hand,
LassoAnnotation,
MagneticAnnotation,
ObjectAnnotation,
Expand Down

0 comments on commit 84bf68f

Please sign in to comment.