Skip to content

Commit

Permalink
Merge pull request #625 from lixinghua123/3.8.5-lxh
Browse files Browse the repository at this point in the history
fix: PiointCloud tool set invalid does not clear the results
  • Loading branch information
lihqi authored Dec 25, 2024
2 parents 40eff43 + 40df668 commit ec1cea1
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -336,9 +336,6 @@ const PointCloudListener: React.FC<IProps> = ({
setTimeout(() => {
ptCtx.setPointCloudValid(valid);

if (valid === false) {
clearAllResult();
}
});
};

Expand Down

0 comments on commit ec1cea1

Please sign in to comment.