@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 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);