mirror of
https://github.com/zadam/trilium.git
synced 2025-11-01 02:45:54 +01:00
note map fixes
This commit is contained in:
@@ -866,6 +866,11 @@ class Note extends AbstractEntity {
|
||||
}
|
||||
|
||||
function addSubtreeNotesInner(note, parentNote = null) {
|
||||
// share can be removed after 0.57 since it will be put under hidden
|
||||
if (note.noteId === 'hidden' || note.noteId === 'share') {
|
||||
return;
|
||||
}
|
||||
|
||||
if (parentNote) {
|
||||
// this needs to happen first before noteSet check to include all clone relationships
|
||||
relationships.push({
|
||||
|
||||
Reference in New Issue
Block a user