Browse Source

fix

pull/3/MERGE
break60 4 years ago
parent
commit
b6186bf318
  1. 2
      dolphinscheduler-ui/src/js/conf/home/pages/dag/_source/plugIn/jsPlumbHandle.js

2
dolphinscheduler-ui/src/js/conf/home/pages/dag/_source/plugIn/jsPlumbHandle.js

@ -718,7 +718,7 @@ JSP.prototype.handleEvent = function () {
}
// Connection to connected nodes is not allowed
if (_.findIndex(rtTargetarr, v => v == sourceId) !== -1) {
if (_.findIndex(rtTargetarr, v => v === sourceId) !== -1) {
console.log(rtTargetarr,'not allowed')
return false
}

Loading…
Cancel
Save