new tab infrastructure

This commit is contained in:
zadam
2019-05-12 12:58:55 +02:00
parent 637547a3fa
commit 14c420b782
13 changed files with 90 additions and 63 deletions

View File

@@ -78,7 +78,7 @@ class TreeContextMenu {
async selectContextMenuItem(event, cmd) {
if (cmd === 'openInTab') {
const notePath = treeUtils.getNotePath(this.node);
const notePath = await treeUtils.getNotePath(this.node);
noteDetailService.openInTab(notePath);
}