@deckedout/visual-editor 1.0.3 → 1.0.6

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
@@ -3845,7 +3845,7 @@ var VisualEditorWorkspace = ({
3845
3845
  readonly,
3846
3846
  enableSnapGuides: snapGuidesEnabled,
3847
3847
  enablePanZoom,
3848
- backgroundImageUrl: backgroundImage && mode?.context?.imageUrls ? mode.context.imageUrls.get(backgroundImage) : void 0,
3848
+ backgroundImageUrl: backgroundImage && mode?.context?.imageUrls ? mode.context.imageUrls.get(backgroundImage) : backgroundImageUrl,
3849
3849
  hideElements,
3850
3850
  onSelectElement: (id) => api.selectElement(id),
3851
3851
  onTransformElement: (id, updates) => api.updateElement(id, updates)