mirror of
https://github.com/zadam/trilium.git
synced 2025-11-11 07:45:51 +01:00
refactoring of the complex note tree entitiesReloadedEvent
This commit is contained in:
@@ -228,7 +228,7 @@ class FNote {
|
||||
return 1;
|
||||
}
|
||||
|
||||
return 0;
|
||||
return aNoteId < bNoteId ? -1 : 1;
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user