Skip to content

Commit

Permalink
Complement logic
Browse files Browse the repository at this point in the history
  • Loading branch information
arjxn-py committed Sep 26, 2024
1 parent 1b01646 commit f8cc8c3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/base/src/3dview/mainview.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -1264,6 +1264,9 @@ export class MainView extends React.Component<IProps, IStates> {
this._transformControls.enabled = false;
this._transformControls.visible = false;
this._clippingPlaneMeshControl.visible = false;
if (this._clippingPlaneMesh) {
this._clippingPlaneMesh.visible = false;
}
}
}

Expand Down

0 comments on commit f8cc8c3

Please sign in to comment.