vue-wiring-diagram 1.0.13 → 1.0.14

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": "vue-wiring-diagram",
3
- "version": "1.0.13",
3
+ "version": "1.0.14",
4
4
  "description": "A Vue 3.x component for wiring diagram",
5
5
  "type": "module",
6
6
  "main": "dist/vue-wiring-diagram.umd.js",
@@ -312,9 +312,6 @@ const initStencil = () => {
312
312
  }
313
313
  return copyNode
314
314
  },
315
- getDropNode: (node) => {
316
- return node.clone({keepId: true})
317
- },
318
315
  })
319
316
  const text = graph.value.createNode({
320
317
  ...textOptions