mirror of
https://github.com/zadam/trilium.git
synced 2025-11-12 00:05:50 +01:00
allow import of multiple files at the same time
This commit is contained in:
@@ -21,7 +21,6 @@ async function importMarkdown(importContext, file, parentNote) {
|
||||
});
|
||||
|
||||
importContext.increaseProgressCount();
|
||||
importContext.importFinished(note.noteId);
|
||||
|
||||
return note;
|
||||
}
|
||||
@@ -36,7 +35,6 @@ async function importHtml(importContext, file, parentNote) {
|
||||
});
|
||||
|
||||
importContext.increaseProgressCount();
|
||||
importContext.importFinished(note.noteId);
|
||||
|
||||
return note;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user