mirror of
				https://github.com/zadam/trilium.git
				synced 2025-10-31 02:16:05 +01:00 
			
		
		
		
	fixes for invalid operations on root note
This commit is contained in:
		| @@ -59,7 +59,7 @@ function isTopLevelNode(node) { | ||||
| } | ||||
|  | ||||
| function isRootNode(node) { | ||||
|     return node.key === "root_1"; | ||||
|     return node.data.noteId === "root"; | ||||
| } | ||||
|  | ||||
| function escapeHtml(str) { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user