import doesn't need a full tree reload

This commit is contained in:
zadam
2019-03-31 19:13:17 +02:00
parent f00e1235f9
commit c6806256fd
2 changed files with 1 additions and 6 deletions

View File

@@ -98,7 +98,7 @@ async function uploadFiles(importNoteId, files, options) {
infoService.showMessage("Import finished successfully.");
await treeService.reload();
await treeService.reloadNote(importNoteId);
if (noteId) {
const node = await treeService.activateNote(noteId);