Browse Source

Update index.tsx

main
Steve Ruiz 4 years ago
parent
commit
5f45aed6a5
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      lib/shape-utils/index.tsx

+ 1
- 0
lib/shape-utils/index.tsx View File

@@ -141,6 +141,7 @@ const shapeUtilityMap: Record<ShapeType, ShapeUtility<Shape>> = {
141 141
   [ShapeType.Ray]: ray,
142 142
   [ShapeType.Draw]: draw,
143 143
   [ShapeType.Arrow]: arrow,
144
+  [ShapeType.Text]: arrow,
144 145
 }
145 146
 
146 147
 /**

Loading…
Cancel
Save