Skip to content

Commit

Permalink
feat(pointcloud): Hide the operation in checkmode(side&backView)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kerwin-L committed Mar 29, 2023
1 parent 17dc99a commit a12901e
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@ const PointCloudView: React.FC<IProps> = ({ imgList, drawLayerSlot, checkMode })
<div className={getClassName('point-cloud-container', 'right')}>
<PointCloudTopView drawLayerSlot={drawLayerSlot} checkMode={checkMode} />
<div className={getClassName('point-cloud-container', 'right-bottom')}>
<PointCloudSideView />
<PointCloudBackView />
<PointCloudSideView checkMode={checkMode} />
<PointCloudBackView checkMode={checkMode} />
</div>
</div>
</div>
Expand Down

0 comments on commit a12901e

Please sign in to comment.