@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 +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -3784,7 +3784,7 @@ var VisualEditorWorkspace = ({
|
|
|
3784
3784
|
readonly,
|
|
3785
3785
|
enableSnapGuides: snapGuidesEnabled,
|
|
3786
3786
|
enablePanZoom,
|
|
3787
|
-
backgroundImageUrl: backgroundImage && mode?.context?.imageUrls ? mode.context.imageUrls.get(backgroundImage) :
|
|
3787
|
+
backgroundImageUrl: backgroundImage && mode?.context?.imageUrls ? mode.context.imageUrls.get(backgroundImage) : backgroundImageUrl,
|
|
3788
3788
|
hideElements,
|
|
3789
3789
|
onSelectElement: (id) => api.selectElement(id),
|
|
3790
3790
|
onTransformElement: (id, updates) => api.updateElement(id, updates)
|