mirror of
https://github.com/laurent22/joplin.git
synced 2024-12-24 10:27:10 +02:00
Electron: Fixes #205: Importing Evernote notes while on import page re-imports previous import
This commit is contained in:
parent
19a126ebfe
commit
b179471eff
@ -25,9 +25,7 @@ class ImportScreenComponent extends React.Component {
|
|||||||
doImport: true,
|
doImport: true,
|
||||||
filePath: newProps.filePath,
|
filePath: newProps.filePath,
|
||||||
messages: [],
|
messages: [],
|
||||||
});
|
}, () => { this.doImport() });
|
||||||
|
|
||||||
this.doImport();
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user