Skip to content

Commit

Permalink
Fixed missing keybind in tooltip (#8632)
Browse files Browse the repository at this point in the history
  • Loading branch information
bsekachev authored Nov 1, 2024
1 parent a652191 commit f0a578a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -511,7 +511,7 @@ function SingleShapeSidebar(): JSX.Element {
Press
<Text strong>
{` ${
normalizedKeyMap.SWITCH_DRAW_MODE_SINGLE_SHAPE_CONTROLS
normalizedKeyMap.SWITCH_DRAW_MODE_SINGLE_SHAPE
} `}
</Text>
to finish drawing process
Expand Down

0 comments on commit f0a578a

Please sign in to comment.