refactor(app): rename react-graph to react-flow

This commit is contained in:
moklick
2019-10-06 19:13:18 +02:00
parent 3bb6e892aa
commit 4f4f597eb6
22 changed files with 117 additions and 117 deletions
+2 -2
View File
@@ -60,7 +60,7 @@ export default memo(() => {
return (
<div
className="react-graph__nodesselection"
className="react-flow__nodesselection"
style={{
transform: `translate(${x}px,${y}px) scale(${k})`
}}
@@ -71,7 +71,7 @@ export default memo(() => {
onDrag={onDrag}
>
<div
className="react-graph__nodesselection-rect"
className="react-flow__nodesselection-rect"
style={{
width: state.selectedNodesBbox.width,
height: state.selectedNodesBbox.height,