mirror of
https://github.com/zadam/trilium.git
synced 2025-06-06 18:08:33 +02:00
fix for initial non-clickability of start node
This commit is contained in:
parent
2749abded2
commit
bb0acec4a2
@ -8,6 +8,7 @@ const dragAndDropSetup = {
|
|||||||
containment: "parent",
|
containment: "parent",
|
||||||
revert: "invalid"
|
revert: "invalid"
|
||||||
},
|
},
|
||||||
|
focusOnClick: true,
|
||||||
preventRecursiveMoves: true, // Prevent dropping nodes on own descendants
|
preventRecursiveMoves: true, // Prevent dropping nodes on own descendants
|
||||||
preventVoidMoves: true, // Prevent dropping nodes 'before self', etc.
|
preventVoidMoves: true, // Prevent dropping nodes 'before self', etc.
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user