mirror of
				https://github.com/zadam/trilium.git
				synced 2025-10-31 18:36:30 +01:00 
			
		
		
		
	Merge remote-tracking branch 'origin/stable'
This commit is contained in:
		| @@ -177,7 +177,7 @@ export default class NoteTreeWidget extends TabAwareWidget { | ||||
|                         // This function MUST be defined to enable dropping of items on the tree. | ||||
|                         // data.hitMode is 'before', 'after', or 'over'. | ||||
|  | ||||
|                         const selectedBranchIds = this.getSelectedNodes().map(node => node.data.branchId); | ||||
|                         const selectedBranchIds = this.getSelectedOrActiveNodes().map(node => node.data.branchId); | ||||
|  | ||||
|                         if (data.hitMode === "before") { | ||||
|                             branchService.moveBeforeBranch(selectedBranchIds, node.data.branchId); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user