Skip to content

Commit

Permalink
fix: add draw frame tool tooltip
Browse files Browse the repository at this point in the history
  • Loading branch information
F-star committed Sep 26, 2024
1 parent 138481f commit 52526fc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ export const ToolBar = () => {
},
drawFrame: {
name: 'drawFrame',
hotkey: '',
hotkey: 'F',
intlId: 'tool.frame',
icon: <FrameOutlined />,
},
Expand Down

0 comments on commit 52526fc

Please sign in to comment.