|
@@ -47,7 +47,7 @@ export const editActions = EditorModule.action({
|
|
|
return;
|
|
|
}
|
|
|
if (compKey == "Container") {
|
|
|
- index = this.store.streamCardIds.indexOf(this.store.currStreamCardId) + 1;
|
|
|
+ // index = this.store.streamCardIds.indexOf(this.store.currStreamCardId) + 1;
|
|
|
const compId = await this.store.insertDesignContent(compKey, index);
|
|
|
this.actions.pickComp(compId);
|
|
|
return;
|