Spaces:
Running
Running
Merge origin/pr/6 into pr/6 — keep local refactor (openenv, env, no legacy engine)
Browse files
src/components/CreaseCanvas.js
CHANGED
|
@@ -33,7 +33,6 @@ function GhostEdges({ target, dim }) {
|
|
| 33 |
}
|
| 34 |
|
| 35 |
function CurrentEdges({ paperState, dim }) {
|
| 36 |
-
|
| 37 |
if (!paperState) return null;
|
| 38 |
const { vertices_coords, edges_vertices, edges_assignment } = paperState;
|
| 39 |
if (!vertices_coords || !edges_vertices || !edges_assignment) return null;
|
|
|
|
| 33 |
}
|
| 34 |
|
| 35 |
function CurrentEdges({ paperState, dim }) {
|
|
|
|
| 36 |
if (!paperState) return null;
|
| 37 |
const { vertices_coords, edges_vertices, edges_assignment } = paperState;
|
| 38 |
if (!vertices_coords || !edges_vertices || !edges_assignment) return null;
|