mirror of
https://github.com/zadam/trilium.git
synced 2025-11-03 11:56:01 +01:00
fix attribute sorting, closes #225
This commit is contained in:
@@ -117,7 +117,7 @@ async function show() {
|
||||
}
|
||||
|
||||
async function loadNotesAndRelations() {
|
||||
const noteIds = mapData.notes.map(note => note.noteId);console.log(noteIds);
|
||||
const noteIds = mapData.notes.map(note => note.noteId);
|
||||
const data = await server.post("notes/relation-map", {noteIds});
|
||||
|
||||
relations = [];
|
||||
|
||||
Reference in New Issue
Block a user