Fixed node moving when trying to select text
This commit is contained in:
parent
fe653c9841
commit
f6fac380bb
1 changed files with 2 additions and 0 deletions
|
|
@ -341,6 +341,8 @@ export default function FlowPage({ flow }: { flow: FlowType }) {
|
|||
onDrop={onDrop}
|
||||
onNodesDelete={onDelete}
|
||||
onSelectionChange={onSelectionChange}
|
||||
nodesDraggable={!disableCopyPaste}
|
||||
panOnDrag={!disableCopyPaste}
|
||||
selectNodesOnDrag={false}
|
||||
>
|
||||
<Background className="dark:bg-gray-900" />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue