refactor(props): rename paneMoveable to panOnDrag

This commit is contained in:
moklick
2022-01-31 17:19:52 +01:00
parent c743f94ea8
commit b3b8ac9553
7 changed files with 21 additions and 21 deletions
+1 -1
View File
@@ -79,7 +79,7 @@ export interface ReactFlowProps extends HTMLAttributes<HTMLDivElement> {
nodesConnectable?: boolean;
elementsSelectable?: boolean;
selectNodesOnDrag?: boolean;
paneMoveable?: boolean;
panOnDrag?: boolean;
minZoom?: number;
maxZoom?: number;
defaultZoom?: number;