@@ -225,7 +225,7 @@ export const Graph = ({
|
|||||||
|
|
||||||
setGraphPosition({
|
setGraphPosition({
|
||||||
...graphPosition,
|
...graphPosition,
|
||||||
x: graphPosition.x - dx,
|
x: shiftKey ? graphPosition.x - dy : graphPosition.x - dx,
|
||||||
y: shiftKey ? graphPosition.y : graphPosition.y - dy,
|
y: shiftKey ? graphPosition.y : graphPosition.y - dy,
|
||||||
})
|
})
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user