diff --git a/react-components/src/architecture/base/concreteCommands/SetPointShapeCommand.ts b/react-components/src/architecture/base/concreteCommands/SetPointShapeCommand.ts index 3e89da167fb..fb2c69d64bf 100644 --- a/react-components/src/architecture/base/concreteCommands/SetPointShapeCommand.ts +++ b/react-components/src/architecture/base/concreteCommands/SetPointShapeCommand.ts @@ -54,7 +54,7 @@ class OptionItemCommand extends RenderTargetCommand { if (pointCloud === undefined) { return false; } - return pointCloud.pointSizeType === this._value; + return pointCloud.pointShape === this._value; } public override invokeCore(): boolean {