fix(hooks): repair useStoreActions hook

This commit is contained in:
moklick
2021-01-21 19:35:04 +01:00
parent e9a7ade236
commit 252552a694
8 changed files with 63 additions and 37 deletions
+1 -1
View File
@@ -306,7 +306,7 @@ export function reactFlowReducer(state = initialState, action: ActionTypes): Rea
isDragging,
position: {
x: el.__rf.position.x + diff.x,
y: el.__rf.position.x + diff.y,
y: el.__rf.position.y + diff.y,
},
},
};