chore: cleanup
This commit is contained in:
@@ -183,7 +183,6 @@ export default () => {
|
|||||||
|
|
||||||
const isOwnHandle = connection.source === connection.target
|
const isOwnHandle = connection.source === connection.target
|
||||||
|
|
||||||
console.log(isValid)
|
|
||||||
if (isValid && !isOwnHandle) {
|
if (isValid && !isOwnHandle) {
|
||||||
if (!onEdgeUpdate) emits.connect(connection)
|
if (!onEdgeUpdate) emits.connect(connection)
|
||||||
else onEdgeUpdate(connection)
|
else onEdgeUpdate(connection)
|
||||||
|
|||||||
Reference in New Issue
Block a user