diff --git a/packages/lb-components/src/components/pointCloudView/PointCloudListener.tsx b/packages/lb-components/src/components/pointCloudView/PointCloudListener.tsx index c76807b0..d035ad46 100644 --- a/packages/lb-components/src/components/pointCloudView/PointCloudListener.tsx +++ b/packages/lb-components/src/components/pointCloudView/PointCloudListener.tsx @@ -336,9 +336,6 @@ const PointCloudListener: React.FC = ({ setTimeout(() => { ptCtx.setPointCloudValid(valid); - if (valid === false) { - clearAllResult(); - } }); };