mirror of
https://github.com/zadam/trilium.git
synced 2025-10-31 18:36:30 +01:00
new tab infrastructure
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user