mirror of
				https://github.com/TriliumNext/Notes.git
				synced 2025-11-04 15:11:31 +08:00 
			
		
		
		
	fix sorting notes
This commit is contained in:
		
							parent
							
								
									e970564036
								
							
						
					
					
						commit
						660908c54b
					
				@ -2,6 +2,7 @@
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
const sql = require('./sql');
 | 
					const sql = require('./sql');
 | 
				
			||||||
const sync_table = require('./sync_table');
 | 
					const sync_table = require('./sync_table');
 | 
				
			||||||
 | 
					const protected_session = require('./protected_session');
 | 
				
			||||||
 | 
					
 | 
				
			||||||
async function validateParentChild(res, parentNoteId, childNoteId, noteTreeId = null) {
 | 
					async function validateParentChild(res, parentNoteId, childNoteId, noteTreeId = null) {
 | 
				
			||||||
    const existing = await getExistingNoteTree(parentNoteId, childNoteId);
 | 
					    const existing = await getExistingNoteTree(parentNoteId, childNoteId);
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user