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