diff --git a/packages/editor/api/api.json b/packages/editor/api/api.json index f042653cb..12f7f36d7 100644 --- a/packages/editor/api/api.json +++ b/packages/editor/api/api.json @@ -30417,7 +30417,7 @@ { "kind": "Property", "canonicalReference": "@tldraw/editor!ShapeUtil#hideRotateHandle:member", - "docComment": "/**\n * Whether the shape should hide its resize handles when selected.\n *\n * @public\n */\n", + "docComment": "/**\n * Whether the shape should hide its rotation handles when selected.\n *\n * @public\n */\n", "excerptTokens": [ { "kind": "Content", diff --git a/packages/editor/src/lib/editor/shapes/ShapeUtil.ts b/packages/editor/src/lib/editor/shapes/ShapeUtil.ts index 2661e130b..50aa1db18 100644 --- a/packages/editor/src/lib/editor/shapes/ShapeUtil.ts +++ b/packages/editor/src/lib/editor/shapes/ShapeUtil.ts @@ -150,7 +150,7 @@ export abstract class ShapeUtil { hideResizeHandles: TLShapeUtilFlag = () => false /** - * Whether the shape should hide its resize handles when selected. + * Whether the shape should hide its rotation handles when selected. * * @public */