Browse Source

merge from 1.3.3-release

pull/3/MERGE
baoliang 4 years ago
parent
commit
ee012ce071
  1. 1
      dolphinscheduler-ui/src/js/conf/home/pages/dag/_source/dag.js

1
dolphinscheduler-ui/src/js/conf/home/pages/dag/_source/dag.js

@ -166,7 +166,6 @@ Dag.prototype.backfill = function (arg) {
})
})
} else {
const self = this
let plumbIns = jsPlumb.getInstance()
plumbIns.reset()
plumbIns.ready(() => {

Loading…
Cancel
Save