bug for multiple selection on mac fix

This commit is contained in:
anovazzi1 2023-05-02 23:16:13 -03:00 committed by Gabriel Luiz Freitas Almeida
commit 25da8d89e6

View file

@ -208,6 +208,7 @@ export default function FlowPage({ flow }:{flow:FlowType}) {
onDragOver={onDragOver}
onDrop={onDrop}
onNodesDelete={onDelete}
selectNodesOnDrag={false}
>
<Background className="dark:bg-gray-900"/>
<Controls className="[&>button]:text-black [&>button]:dark:bg-gray-800 hover:[&>button]:dark:bg-gray-700 [&>button]:dark:text-gray-400 [&>button]:dark:fill-gray-400 [&>button]:dark:border-gray-600">