From 40df66887ce947fbfd776a726607837c8d81d792 Mon Sep 17 00:00:00 2001 From: "lixinghua.vendor" Date: Wed, 25 Dec 2024 16:51:10 +0800 Subject: [PATCH] fix: PiointCloud tool set invalid does not clear the results --- .../src/components/pointCloudView/PointCloudListener.tsx | 3 --- 1 file changed, 3 deletions(-) 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(); - } }); };