mirror of
https://github.com/zadam/trilium.git
synced 2025-11-01 19:05:59 +01:00
fix for initial non-clickability of start node
This commit is contained in:
@@ -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.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user