mirror of
https://github.com/TriliumNext/Notes.git
synced 2026-01-24 22:19:02 -06:00
manual transaction handling for jobs
This commit is contained in:
@@ -716,6 +716,9 @@ const noteTree = (function() {
|
||||
titlePath = '';
|
||||
}
|
||||
|
||||
// https://github.com/zadam/trilium/issues/46
|
||||
// unfortunately not easy to implement because we don't have an easy access to note's isProtected property
|
||||
|
||||
const autocompleteItems = [];
|
||||
|
||||
for (const childNoteId of parentToChildren[parentNoteId]) {
|
||||
|
||||
Reference in New Issue
Block a user