@elementor/editor-components 3.35.0-436 → 3.35.0-438
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/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +22 -22
- package/src/store/actions/load-components-styles.ts +1 -1
package/dist/index.js
CHANGED
|
@@ -2204,7 +2204,7 @@ async function loadComponentsStyles(componentIds) {
|
|
|
2204
2204
|
if (!unknownComponentIds.length) {
|
|
2205
2205
|
return;
|
|
2206
2206
|
}
|
|
2207
|
-
addComponentStyles(unknownComponentIds);
|
|
2207
|
+
await addComponentStyles(unknownComponentIds);
|
|
2208
2208
|
}
|
|
2209
2209
|
async function addComponentStyles(ids) {
|
|
2210
2210
|
const newComponents = await loadStyles(ids);
|