fix(nodes): if draggable equals false node is also not draggable with selection
This commit is contained in:
@@ -22,6 +22,7 @@ const initialNodes: Node[] = [
|
||||
data: { label: 'Node 1' },
|
||||
position: { x: 250, y: 5 },
|
||||
className: 'light',
|
||||
draggable: false,
|
||||
},
|
||||
{
|
||||
id: '2',
|
||||
|
||||
Reference in New Issue
Block a user