feat(connection-radius): use closest handle / snappy edges #2759

This commit is contained in:
moklick
2023-01-18 17:51:43 +01:00
parent e96309b6a5
commit 5af609696b
7 changed files with 152 additions and 49 deletions
+1
View File
@@ -58,6 +58,7 @@ const initialState: ReactFlowStore = {
ariaLiveMessage: '',
autoPanOnConnect: true,
autoPanOnNodeDrag: true,
connectionRadius: 20,
};
export default initialState;