mirror of
https://github.com/zadam/trilium.git
synced 2025-11-02 11:26:15 +01:00
allow import of multiple files at the same time
This commit is contained in:
@@ -36,7 +36,7 @@ async function importToBranch(req) {
|
||||
|
||||
let note; // typically root of the import - client can show it after finishing the import
|
||||
|
||||
const importContext = new ImportContext(importId, safeImport);
|
||||
const importContext = ImportContext.getInstance(importId, safeImport);
|
||||
|
||||
try {
|
||||
if (extension === '.tar') {
|
||||
|
||||
Reference in New Issue
Block a user