fix for initial non-clickability of start node

This commit is contained in:
azivner 2017-12-23 17:18:51 -05:00
parent 2749abded2
commit bb0acec4a2

View file

@ -8,6 +8,7 @@ const dragAndDropSetup = {
containment: "parent",
revert: "invalid"
},
focusOnClick: true,
preventRecursiveMoves: true, // Prevent dropping nodes on own descendants
preventVoidMoves: true, // Prevent dropping nodes 'before self', etc.