fix edgeless edit bar tooltip (#243)

* fix edgeless edit bar tooltip

* fix tooltip
This commit is contained in:
Horus
2022-08-16 14:31:50 +08:00
committed by GitHub
parent bdc61ed02e
commit bd59871c22
7 changed files with 14 additions and 14 deletions
@@ -52,8 +52,8 @@ const tools: Array<{
{ type: 'frame', label: 'Frame', tooltip: 'Frame', icon: FrameIcon },
{
type: TDShapeType.Editor,
label: 'Text',
tooltip: 'Text',
label: 'Text Block',
tooltip: 'Text Block',
icon: TextIcon,
},
{ type: 'shapes', component: ShapeTools },
@@ -61,9 +61,9 @@ const tools: Array<{
{ type: 'Connector', component: LineTools },
// { type: 'erase', label: 'Erase', tooltip: 'Erase', icon: EraseIcon },
{
type: TDShapeType.HandDraw,
label: 'HandDraw',
tooltip: 'HandDraw',
type: TDShapeType.HandDrag,
label: 'Hand Drag',
tooltip: 'Hand Drag',
icon: HandToolIcon,
},
{