Skip to content

Commit

Permalink
fix(front): fix edges clipping plane visibiility
Browse files Browse the repository at this point in the history
  • Loading branch information
agviegas committed Jul 28, 2024
1 parent 00e5494 commit d94d9d4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion packages/front/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@thatopen/components-front",
"description": "Collection of frontend tools to author BIM apps.",
"version": "2.1.9",
"version": "2.1.10",
"author": "That Open Company",
"contributors": [
"Antonio Gonzalez Viegas (https://github.com/agviegas)",
Expand Down
1 change: 1 addition & 0 deletions packages/front/src/core/ClipEdges/src/edges-plane.ts
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ export class EdgesPlane extends OBC.SimplePlane {
this.edges.visible = true;
this.onDraggingEnded.add(() => {
this.updateFill();
this.edges.visible = true;
});
this.onDraggingStarted.add(() => (this.edges.visible = false));
}
Expand Down

0 comments on commit d94d9d4

Please sign in to comment.