chore(autoFocus): rename to autoPanOnNodeFocus

This commit is contained in:
moklick
2025-06-05 19:37:14 +02:00
parent c44f0c6156
commit 19cd285458
14 changed files with 41 additions and 42 deletions
+2 -1
View File
@@ -112,7 +112,6 @@ const getInitialState = ({
snapToGrid: false,
nodesDraggable: true,
enablePanOnFocus: false,
nodesConnectable: true,
nodesFocusable: true,
edgesFocusable: true,
@@ -135,7 +134,9 @@ const getInitialState = ({
ariaLiveMessage: '',
autoPanOnConnect: true,
autoPanOnNodeDrag: true,
autoPanOnNodeFocus: true,
autoPanSpeed: 15,
connectionRadius: 20,
onError: devWarn,
isValidConnection: undefined,