mirror of
https://github.com/zadam/trilium.git
synced 2025-11-01 02:45:54 +01:00
refactoring of note changes / cloning
This commit is contained in:
@@ -368,7 +368,7 @@ const noteTree = (function() {
|
||||
|
||||
const expandedNum = isExpanded ? 1 : 0;
|
||||
|
||||
await server.put('notes/' + noteTreeId + '/expanded/' + expandedNum);
|
||||
await server.put('tree/' + noteTreeId + '/expanded/' + expandedNum);
|
||||
}
|
||||
|
||||
function setCurrentNotePathToHash(node) {
|
||||
|
||||
Reference in New Issue
Block a user