Skip to content

Commit

Permalink
fix(lb-components): When selectedIDs changed sync to PointCloudTopView
Browse files Browse the repository at this point in the history
  • Loading branch information
lihqi committed Feb 20, 2024
1 parent ff01229 commit 383f5ab
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -421,6 +421,7 @@ const PointCloudTopView: React.FC<IProps> = ({

useEffect(() => {
pointCloudViews.topViewSelectedChanged({});
ptCtx.topViewInstance?.toolInstance?.selection?.hardSetSelectedIDs?.(ptCtx.selectedIDs);
}, [ptCtx.selectedIDs]);

useEffect(() => {
Expand Down

0 comments on commit 383f5ab

Please sign in to comment.