diff --git a/packages/editor/src/lib/components/ShapeIndicator.tsx b/packages/editor/src/lib/components/ShapeIndicator.tsx index 4cc584219..7e73c1944 100644 --- a/packages/editor/src/lib/components/ShapeIndicator.tsx +++ b/packages/editor/src/lib/components/ShapeIndicator.tsx @@ -28,7 +28,8 @@ export const InnerIndicator = ({ editor, id }: { editor: Editor; id: TLShapeId } const { ShapeIndicatorErrorFallback } = useEditorComponents() - if (!shape.shape) return null + if (!shape.shape || shape.shape.isLocked) return null + return (