diff --git a/lib/shape-utils/index.tsx b/lib/shape-utils/index.tsx index 75b77d6f9..53c0d62a8 100644 --- a/lib/shape-utils/index.tsx +++ b/lib/shape-utils/index.tsx @@ -141,6 +141,7 @@ const shapeUtilityMap: Record> = { [ShapeType.Ray]: ray, [ShapeType.Draw]: draw, [ShapeType.Arrow]: arrow, + [ShapeType.Text]: arrow, } /**