fix: create store instance for every revue flow instance
This commit is contained in:
@@ -34,7 +34,6 @@ export function getHandlePosition(position: Position, node: Node, handle: any |
|
||||
const width = handle?.width || node.__rf.width;
|
||||
const height = handle?.height || node.__rf.height;
|
||||
|
||||
console.log(handle?.x, handle?.y);
|
||||
switch (position) {
|
||||
case Position.Top:
|
||||
return {
|
||||
|
||||
Reference in New Issue
Block a user