bug for multiple selection on mac fix
This commit is contained in:
parent
db951cde20
commit
25da8d89e6
1 changed files with 1 additions and 0 deletions
|
|
@ -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">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue