cleanup of createTopLevelNote

This commit is contained in:
zadam
2021-03-03 22:27:57 +01:00
parent 73514a63d8
commit 8192b51b8a
3 changed files with 1 additions and 10 deletions

View File

@@ -182,8 +182,6 @@ export default class Entrypoints extends Component {
utils.reloadApp();
}
createTopLevelNoteCommand() { noteCreateService.createNewTopLevelNote(); }
async openInWindowCommand({notePath, hoistedNoteId}) {
if (!hoistedNoteId) {
hoistedNoteId = 'root';