@elementor/editor-editing-panel 4.1.0-805 → 4.1.0-807

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
@@ -5029,12 +5029,12 @@ var CustomCssSection = () => {
5029
5029
 
5030
5030
  // src/components/promotions/init.tsx
5031
5031
  var init = () => {
5032
+ injectIntoStyleTab({
5033
+ id: "custom-css",
5034
+ component: CustomCssSection,
5035
+ options: { overwrite: true }
5036
+ });
5032
5037
  if (!window.elementorPro) {
5033
- injectIntoStyleTab({
5034
- id: "custom-css",
5035
- component: CustomCssSection,
5036
- options: { overwrite: true }
5037
- });
5038
5038
  controlsRegistry.register("attributes", AttributesControl, "two-columns");
5039
5039
  controlsRegistry.register("display-conditions", DisplayConditionsControl, "two-columns");
5040
5040
  }