Skip to content

Commit

Permalink
fix(pointcloud): Fix attribute list hide attr fail
Browse files Browse the repository at this point in the history
  • Loading branch information
lijingchi committed Mar 22, 2023
1 parent b054559 commit 7d4d28d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ export const PointCloudProvider: React.FC<{}> = ({ children }) => {
_displayPointCloudList: IPointCloudBoxList = displayPointCloudList,
_polygonList: IPolygonData[] = polygonList,
) => {
_displayPointCloudList.forEach((v) => {
pointCloudBoxList.forEach((v) => {
mainViewInstance?.removeObjectByName(v.id);
});

Expand Down

0 comments on commit 7d4d28d

Please sign in to comment.