mirror of
				https://github.com/zadam/trilium.git
				synced 2025-11-04 05:28:59 +01:00 
			
		
		
		
	fix(client): launch bar move commands not working (fixes #989)
This commit is contained in:
		
							parent
							
								
									3090233078
								
							
						
					
					
						commit
						b367862fe8
					
				@ -1636,12 +1636,12 @@ export default class NoteTreeWidget extends NoteContextAwareWidget {
 | 
				
			|||||||
        }
 | 
					        }
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    moveShortcutToVisibleCommand({ node, selectedOrActiveBranchIds }) {
 | 
					    moveLauncherToVisibleCommand({ selectedOrActiveBranchIds }) {
 | 
				
			||||||
        branchService.moveToParentNote(selectedOrActiveBranchIds, "_lbVisibleLaunchers");
 | 
					        branchService.moveToParentNote(selectedOrActiveBranchIds, "_lbRoot__lbVisibleLaunchers");
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    moveShortcutToAvailableCommand({ node, selectedOrActiveBranchIds }) {
 | 
					    moveLauncherToAvailableCommand({ selectedOrActiveBranchIds }) {
 | 
				
			||||||
        branchService.moveToParentNote(selectedOrActiveBranchIds, "_lbAvailableLaunchers");
 | 
					        branchService.moveToParentNote(selectedOrActiveBranchIds, "_lbRoot__lbAvailableLaunchers");
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    addNoteLauncherCommand({ node }) {
 | 
					    addNoteLauncherCommand({ node }) {
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user