fixed triggers to sort children of notes with "sorted" label, closes #1126

This commit is contained in:
zadam
2020-06-23 22:03:01 +02:00
parent a0395e9866
commit c78ca4c9db
3 changed files with 13 additions and 3 deletions

View File

@@ -778,5 +778,6 @@ module.exports = {
protectNoteRecursively,
scanForLinks,
duplicateNote,
getUndeletedParentBranches
getUndeletedParentBranches,
triggerNoteTitleChanged
};