mirror of
https://github.com/zadam/trilium.git
synced 2025-11-01 19:05:59 +01:00
reduce flicker of "create new day note"
This commit is contained in:
@@ -97,7 +97,7 @@ class TreeContextMenu {
|
||||
if (cmd === 'openInTab') {
|
||||
const notePath = await treeUtils.getNotePath(this.node);
|
||||
|
||||
noteDetailService.openInTab(notePath);
|
||||
noteDetailService.openInTab(notePath, false);
|
||||
}
|
||||
else if (cmd.startsWith("insertNoteAfter")) {
|
||||
const parentNoteId = this.node.data.parentNoteId;
|
||||
|
||||
Reference in New Issue
Block a user