mirror of
https://github.com/zadam/trilium.git
synced 2025-10-29 01:06:36 +01:00
make sure entity IDs are generated only with alphanumeric characters (base62)
This commit is contained in:
@@ -502,7 +502,7 @@ const noteTree = (function() {
|
||||
startNotePath = document.location.hash.substr(1); // strip initial #
|
||||
}
|
||||
|
||||
return prepareNoteTree(resp.notes, resp.notes_parent);
|
||||
return prepareNoteTree(resp.notes);
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user