@elementor/editor-components 3.35.0-436 → 3.35.0-437
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.mjs
CHANGED
|
@@ -2222,7 +2222,7 @@ async function loadComponentsStyles(componentIds) {
|
|
|
2222
2222
|
if (!unknownComponentIds.length) {
|
|
2223
2223
|
return;
|
|
2224
2224
|
}
|
|
2225
|
-
addComponentStyles(unknownComponentIds);
|
|
2225
|
+
await addComponentStyles(unknownComponentIds);
|
|
2226
2226
|
}
|
|
2227
2227
|
async function addComponentStyles(ids) {
|
|
2228
2228
|
const newComponents = await loadStyles(ids);
|