Skip to content

Commit ffc5448

Browse files
AliceLannisteQiu-Jun
authored andcommitted
fix: 隐藏组元素描边选项
1 parent fac931e commit ffc5448

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/core/plugin/GroupPlugin.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ class GroupPlugin implements IPluginTempl {
4343
this.canvas.remove(object);
4444
});
4545
this.canvas.add(newgroup);
46-
this.canvas.setActiveObject(newgroup);
46+
this.canvas.discardActiveObject().renderAll();
4747
});
4848
}
4949

0 commit comments

Comments
 (0)