fix focusing title after creating a note

This commit is contained in:
zadam
2020-06-04 21:44:34 +02:00
parent 1502b9ce66
commit 58fa0832f6
4 changed files with 13 additions and 11 deletions

View File

@@ -34,7 +34,7 @@ export default class MainTreeExecutors extends Component {
return;
}
const {note} = await noteCreateService.createNote(activeNote.noteId, {
await noteCreateService.createNote(activeNote.noteId, {
isProtected: activeNote.isProtected,
saveSelection: false
});
@@ -56,4 +56,4 @@ export default class MainTreeExecutors extends Component {
saveSelection: false
});
}
}
}