mirror of
				https://github.com/zadam/trilium.git
				synced 2025-10-29 01:06:36 +01:00 
			
		
		
		
	many small fixes from Intellij analysis
This commit is contained in:
		| @@ -1424,11 +1424,7 @@ export default class NoteTreeWidget extends NoteContextAwareWidget { | ||||
|  | ||||
|         const parentNote = froca.getNoteFromCache(node.getParent().data.noteId); | ||||
|  | ||||
|         if (parentNote && parentNote.hasLabel('sorted')) { | ||||
|             return false; | ||||
|         } | ||||
|  | ||||
|         return true; | ||||
|         return !parentNote?.hasLabel('sorted'); | ||||
|     } | ||||
|  | ||||
|     moveNoteUpCommand({node}) { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user