We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fac931e commit ffc5448Copy full SHA for ffc5448
packages/core/plugin/GroupPlugin.ts
@@ -43,7 +43,7 @@ class GroupPlugin implements IPluginTempl {
43
this.canvas.remove(object);
44
});
45
this.canvas.add(newgroup);
46
- this.canvas.setActiveObject(newgroup);
+ this.canvas.discardActiveObject().renderAll();
47
48
}
49
0 commit comments