Skip to content

Commit

Permalink
Fixed undefined shortcut in single shape mode
Browse files Browse the repository at this point in the history
  • Loading branch information
bsekachev committed Sep 8, 2024
1 parent c8f57e3 commit 86aa3b5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -470,7 +470,7 @@ function SingleShapeSidebar(): JSX.Element {
Press
<Text strong>
{` ${
normalizedKeyMap.CANCEL_SINGLE_SHAPE_CONTROLS
normalizedKeyMap.CANCEL_SINGLE_SHAPE
} `}
</Text>
to reset drawing process
Expand Down

0 comments on commit 86aa3b5

Please sign in to comment.