1
0
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:
Laurent Cozic 2018-02-11 20:31:26 +00:00
parent 19a126ebfe
commit b179471eff

View File

@ -25,9 +25,7 @@ class ImportScreenComponent extends React.Component {
doImport: true,
filePath: newProps.filePath,
messages: [],
});
this.doImport();
}, () => { this.doImport() });
}
}