Fixed node moving when selecting with arrow

This commit is contained in:
Lucas Oliveira 2023-05-30 10:38:59 -03:00
commit 9c8bd4b0a5

View file

@ -324,6 +324,7 @@ export default function FlowPage({ flow }: { flow: FlowType }) {
onNodesChange={onNodesChange}
onEdgesChange={onEdgesChangeMod}
onConnect={onConnect}
disableKeyboardA11y={true}
onLoad={setReactFlowInstance}
onInit={setReactFlowInstance}
nodeTypes={nodeTypes}