mirror of
https://github.com/zadam/trilium.git
synced 2025-11-03 03:46:37 +01: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