Fixed node moving when trying to select text

This commit is contained in:
Lucas Oliveira 2023-05-30 10:50:29 -03:00
commit f6fac380bb

View file

@ -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" />