feat(props): add connectOnClick

This commit is contained in:
moklick
2021-12-17 10:49:05 +01:00
parent 3206d49c15
commit d8b054c7d6
5 changed files with 20 additions and 3 deletions
+1
View File
@@ -44,6 +44,7 @@ const initialState: ReactFlowStore = {
fitViewOnInitDone: false,
connectionStartHandle: null,
connectOnClick: true,
};
export default initialState;