refactor(panning): enable panning when nodesDraggable is false #1457
This commit is contained in:
@@ -151,7 +151,6 @@ export default (NodeComponent: ComponentType<NodeProps>) => {
|
||||
className={cc([
|
||||
'react-flow__node',
|
||||
`react-flow__node-${type}`,
|
||||
noPanClassName,
|
||||
className,
|
||||
{
|
||||
selected,
|
||||
|
||||
Reference in New Issue
Block a user