Skip to content

Commit e70cc02

Browse files
committedJan 28, 2023
Bad optimization
1 parent f73b9e0 commit e70cc02

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed
 

‎constrain.js

-1
Original file line numberDiff line numberDiff line change
@@ -1572,7 +1572,6 @@ class Figure {
15721572
}
15731573
group(...objects) {
15741574
objects = flattenGraphicalObjects(objects)
1575-
if (objects.length == 1) return objects[0]
15761575
return new Group(this, ...objects)
15771576
}
15781577
linear(frame, e1, e2) {

0 commit comments

Comments
 (0)
Please sign in to comment.