refactoring of the complex note tree entitiesReloadedEvent

This commit is contained in:
zadam
2023-11-03 08:58:57 +01:00
parent f37f47ce5b
commit 76f874ef6d
3 changed files with 122 additions and 97 deletions

View File

@@ -228,7 +228,7 @@ class FNote {
return 1;
}
return 0;
return aNoteId < bNoteId ? -1 : 1;
});
}