@contentful/experiences-visual-editor-react 1.37.1-dev-20250515T0952-6484576.0 → 1.37.1-dev-20250515T1211-cc16b86.0
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 +0 -2
- package/dist/index.js.map +1 -1
- package/dist/renderApp.js +0 -2
- package/dist/renderApp.js.map +1 -1
- package/package.json +4 -4
package/dist/index.js
CHANGED
|
@@ -3209,8 +3209,6 @@ const useEditorStore = create((set, get) => ({
|
|
|
3209
3209
|
dataSource: {},
|
|
3210
3210
|
hyperLinkPattern: undefined,
|
|
3211
3211
|
unboundValues: {},
|
|
3212
|
-
isDragging: false,
|
|
3213
|
-
dragItem: '',
|
|
3214
3212
|
selectedNodeId: null,
|
|
3215
3213
|
locale: null,
|
|
3216
3214
|
setHyperLinkPattern: (pattern) => {
|