@myissue/vue-website-page-builder 3.3.57 → 3.3.58

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@myissue/vue-website-page-builder",
3
- "version": "3.3.57",
3
+ "version": "3.3.58",
4
4
  "description": "Vue 3 page builder component with drag & drop functionality.",
5
5
  "type": "module",
6
6
  "main": "./dist/vue-website-page-builder.umd.cjs",
@@ -2087,7 +2087,7 @@ export class PageBuilderService {
2087
2087
  livePageBuilder.className = fallbackSettings.classes || ''
2088
2088
  livePageBuilder.setAttribute(
2089
2089
  'style',
2090
- this.#convertStyleObjectToString(pageSettings.style),
2090
+ this.#convertStyleObjectToString(fallbackSettings.style),
2091
2091
  )
2092
2092
  }
2093
2093
  }