feat(resize-node): example implementation of resize component

This commit is contained in:
Christopher Möller
2022-11-22 16:13:23 +01:00
parent 6bbc004315
commit f776239ecb
3 changed files with 141 additions and 1 deletions
@@ -94,7 +94,7 @@ const BasicFlow = () => {
fitView
defaultEdgeOptions={defaultEdgeOptions}
selectNodesOnDrag={false}
nodeOrigin={nodeOrigin}
// nodeOrigin={nodeOrigin}
>
<Background variant={BackgroundVariant.Dots} />
<MiniMap />