@elementor/editor-global-classes 4.2.0-842 → 4.2.0-844

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.mjs CHANGED
@@ -2882,7 +2882,9 @@ function GlobalStylesImportListener() {
2882
2882
  frontend: items
2883
2883
  })
2884
2884
  );
2885
+ return;
2885
2886
  }
2887
+ void loadCurrentDocumentClasses();
2886
2888
  };
2887
2889
  window.addEventListener(GLOBAL_STYLES_IMPORTED_EVENT, handleGlobalStylesImported);
2888
2890
  return () => {