Skip to content

Commit

Permalink
feat(scribble-tool): Temporarily hide the hotKey of Y
Browse files Browse the repository at this point in the history
  • Loading branch information
Kerwin-L committed Oct 8, 2022
1 parent 90089b5 commit ba32c9d
Showing 1 changed file with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -70,9 +70,10 @@ export const ViewportProviderComponent = (props: any) => {
dispatch(CopyBackWordResult());
}

if (e.keyCode === EKeyCode.Y) {
dispatch(UpdateValid());
}
// Temporarily hide. Because there is something wrong with i18n.
// if (e.keyCode === EKeyCode.Y) {
// dispatch(UpdateValid());
// }
}

/**
Expand Down

0 comments on commit ba32c9d

Please sign in to comment.