impaktapps-ui-builder 0.0.963-CopyComponent.4 → 0.0.963-CopyComponent.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/impaktapps-ui-builder.es.js +2 -0
- package/dist/impaktapps-ui-builder.es.js.map +1 -1
- package/dist/impaktapps-ui-builder.umd.js +1 -1
- package/dist/impaktapps-ui-builder.umd.js.map +1 -1
- package/package.json +1 -1
- package/src/impaktapps-ui-builder/builder/services/component.ts +6 -1
- package/src/impaktapps-ui-builder/builder/services/pageMaster.ts +3 -1
|
@@ -8261,6 +8261,7 @@ var Component = (store2, dynamicData2, submitHandler, service2) => {
|
|
|
8261
8261
|
const copiedData = JSON.parse(sessionStorage.getItem("copiedComponent"));
|
|
8262
8262
|
saveFormdataInSessionStorage(copiedData, finalPath);
|
|
8263
8263
|
sessionStorage.removeItem("copiedComponent");
|
|
8264
|
+
this.setPage();
|
|
8264
8265
|
}
|
|
8265
8266
|
};
|
|
8266
8267
|
};
|
|
@@ -8375,6 +8376,7 @@ var pageMaster = (funcParams) => {
|
|
|
8375
8376
|
const copiedData = JSON.parse(sessionStorage.getItem("copiedComponent"));
|
|
8376
8377
|
saveFormdataInSessionStorage(copiedData, finalPath);
|
|
8377
8378
|
sessionStorage.removeItem("copiedComponent");
|
|
8379
|
+
this.setPage();
|
|
8378
8380
|
}
|
|
8379
8381
|
};
|
|
8380
8382
|
};
|