mirror of
https://github.com/zadam/trilium.git
synced 2025-11-03 11:56:01 +01:00
we're now saving links also for notes included in relation maps which helps with translation of noteIds during import from native tar
This commit is contained in:
@@ -202,7 +202,7 @@ async function importNotes(ctx, files, parentNoteId) {
|
||||
isExpanded: !!file.meta.isExpanded
|
||||
}).save();
|
||||
|
||||
return;
|
||||
continue;
|
||||
}
|
||||
|
||||
if (file.meta.type !== 'file' && file.meta.type !== 'image') {
|
||||
|
||||
Reference in New Issue
Block a user