feat: update graph on new elements pushed

This commit is contained in:
Braks
2021-07-09 16:32:03 +02:00
parent ea98c2afa1
commit 125340341d
5 changed files with 35 additions and 46 deletions
+1
View File
@@ -31,6 +31,7 @@ export default function configureStore(
this.onConnectStop = onConnectStop;
},
setElements(elements) {
console.log('setting elements');
const propElements = elements;
const nextElements: NextElements = {
nextNodes: [],