Make it easily possible to select up/downstream nodes

This commit is contained in:
Jan Oberhauser
2019-07-17 18:44:05 +02:00
parent 4bc21dfef5
commit 416eb81a6e
3 changed files with 86 additions and 7 deletions

View File

@@ -468,7 +468,6 @@ export const workflowHelpers = mixins(
for (const node of workflowData.nodes) {
node.position[0] += offsetPosition[0];
node.position[1] += offsetPosition[1];
console.log(node.position);
}
},
},