fix(handles): calc offset correctly

This commit is contained in:
moklick
2024-06-10 11:47:18 +02:00
parent 5d6ac6e316
commit c9d0f13328
2 changed files with 3 additions and 2 deletions
@@ -77,6 +77,7 @@ const DnDFlow = () => {
onInit={onInit}
onDrop={onDrop}
onDragOver={onDragOver}
nodeOrigin={nodeOrigin}
>
<Controls />
</ReactFlow>