Fixed zoom on double click node
This commit is contained in:
parent
ad9c2a270c
commit
04ab3cde15
1 changed files with 1 additions and 0 deletions
|
|
@ -343,6 +343,7 @@ export default function FlowPage({ flow }: { flow: FlowType }) {
|
|||
onSelectionChange={onSelectionChange}
|
||||
nodesDraggable={!disableCopyPaste}
|
||||
panOnDrag={!disableCopyPaste}
|
||||
zoomOnDoubleClick={!disableCopyPaste}
|
||||
selectNodesOnDrag={false}
|
||||
>
|
||||
<Background className="dark:bg-gray-900" />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue