refactor(examples): add change pos button to stress example
This commit is contained in:
@@ -31,13 +31,13 @@ const BasicFlow = () => {
|
||||
x: Math.random() * 400,
|
||||
y: Math.random() * 400
|
||||
}
|
||||
}
|
||||
};
|
||||
}
|
||||
|
||||
return el;
|
||||
})
|
||||
})
|
||||
}
|
||||
});
|
||||
});
|
||||
};
|
||||
|
||||
return (
|
||||
<ReactFlow
|
||||
|
||||
Reference in New Issue
Block a user