Fixed node moving when selecting with arrow
This commit is contained in:
parent
6fa08264df
commit
9c8bd4b0a5
1 changed files with 1 additions and 0 deletions
|
|
@ -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}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue