@edgarjuvianno/vue-sb-components
Advanced tools
Comparing version 2.1.3 to 2.1.4
@@ -1213,3 +1213,3 @@ import "./organization-tree.css"; | ||
const e = this.getCoordinatesMove(t, 1), n = this.$refs["connection-options-wrapper"], o = t.target; | ||
this.selectedConnection && (!n || n && !n.contains(o) && !n.isSameNode(o)) && (this.selectedConnection = null, this.parentState.isDrag = !0, this.mouseState.mouse = { ...e }, this.mouseState.position = { ...e }, this.mouseState.positionStart = { ...e }, this.selectedLineType = "solid"); | ||
(!this.selectedConnection || this.selectedConnection && (!n || n && !n.contains(o) && !n.isSameNode(o))) && (this.selectedConnection = null, this.parentState.isDrag = !0, this.mouseState.mouse = { ...e }, this.mouseState.position = { ...e }, this.mouseState.positionStart = { ...e }, this.selectedLineType = "solid"); | ||
}, | ||
@@ -1216,0 +1216,0 @@ handleParentDragEnd(t) { |
@@ -5,3 +5,3 @@ { | ||
"homepage": "http://edgarjuvianno.github.io/vue-sb-components", | ||
"version": "2.1.3", | ||
"version": "2.1.4", | ||
"type": "module", | ||
@@ -8,0 +8,0 @@ "module": "./main.js", |
1295064
27315