refactor(examples): add change pos button to stress example

This commit is contained in:
moklick
2020-05-14 23:03:17 +02:00
parent 960b0e7ae5
commit 55dc92537f
3 changed files with 31 additions and 5 deletions
+4 -4
View File
@@ -31,13 +31,13 @@ const BasicFlow = () => {
x: Math.random() * 400,
y: Math.random() * 400
}
}
};
}
return el;
})
})
}
});
});
};
return (
<ReactFlow