mirror of
https://github.com/zadam/trilium.git
synced 2025-11-03 03:46:37 +01:00
refactored "sync" table to "entity_changes" - more changes
This commit is contained in:
@@ -138,7 +138,7 @@ function sortNotesAlphabetically(parentNoteId, directoriesFirst = false) {
|
||||
position += 10;
|
||||
}
|
||||
|
||||
entityChangesService.addNoteReorderingSync(parentNoteId);
|
||||
entityChangesService.addNoteReorderingEntityChange(parentNoteId);
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user