mirror of
https://github.com/zadam/trilium.git
synced 2025-11-17 18:50:41 +01:00
new import dialog
This commit is contained in:
@@ -33,11 +33,6 @@ async function importTar(fileBuffer, importRootNote) {
|
||||
return "";
|
||||
}
|
||||
|
||||
// we allow references to root and they don't need translation
|
||||
if (origNoteId === 'root') {
|
||||
return origNoteId;
|
||||
}
|
||||
|
||||
if (!noteIdMap[origNoteId]) {
|
||||
noteIdMap[origNoteId] = utils.newEntityId();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user