mirror of
				https://github.com/zadam/trilium.git
				synced 2025-10-31 18:36:30 +01:00 
			
		
		
		
	don't select tree node when dragging
This commit is contained in:
		| @@ -134,9 +134,7 @@ export default class NoteTreeWidget extends TabAwareWidget { | ||||
|                         return false; | ||||
|                     } | ||||
|  | ||||
|                     node.setSelected(true); | ||||
|  | ||||
|                     const notes = this.getSelectedNodes().map(node => ({ | ||||
|                     const notes = this.getSelectedOrActiveNodes(node).map(node => ({ | ||||
|                         noteId: node.data.noteId, | ||||
|                         title: node.title | ||||
|                     })); | ||||
|   | ||||
| @@ -743,7 +743,7 @@ a.external:not(.no-arrow):after, a[href^="http://"]:not(.no-arrow):after, a[href | ||||
| } | ||||
|  | ||||
| .include-note { | ||||
|     margin: 20px; | ||||
|     margin-bottom: 10px; | ||||
|     padding: 20px; | ||||
|     border-radius: 10px; | ||||
|     background-color: var(--accented-background-color); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user