|
@@ -1036,6 +1036,7 @@ export const editActions = EditorModule.action({
|
|
|
|
|
|
const sels = gizmo.selected.map(item=>item.comp.id);
|
|
const sels = gizmo.selected.map(item=>item.comp.id);
|
|
const id = this.controls.compUICtrl.createCompId("Group");
|
|
const id = this.controls.compUICtrl.createCompId("Group");
|
|
|
|
+ page.setCompPid(id, page.currStreamCardId);
|
|
const comp = this.helper.findComp(id) as DesignComp;
|
|
const comp = this.helper.findComp(id) as DesignComp;
|
|
const chils = this.controls.pageCtrl.currStreamCard.children.default || [];
|
|
const chils = this.controls.pageCtrl.currStreamCard.children.default || [];
|
|
const newChilds: any = [];
|
|
const newChilds: any = [];
|