mirror of
https://github.com/zadam/trilium.git
synced 2025-10-30 01:36:24 +01:00
fix glitches on drag & drop, fixes #1587
This commit is contained in:
@@ -395,6 +395,7 @@ export default class NoteTreeWidget extends TabAwareWidget {
|
||||
},
|
||||
dnd5: {
|
||||
autoExpandMS: 600,
|
||||
preventLazyParents: false,
|
||||
dragStart: (node, data) => {
|
||||
// don't allow dragging root node
|
||||
if (node.data.noteId === hoistedNoteService.getHoistedNoteId()
|
||||
|
||||
Reference in New Issue
Block a user