open today note in current tab #7472

https://github.com/TriliumNext/Trilium/pull/7549#issuecomment-3458822614
This commit is contained in:
contributor
2025-10-29 19:22:13 +02:00
parent e683dc1d66
commit 9c791df0ed

View File

@@ -166,7 +166,7 @@ export default class Entrypoints extends Component {
return; return;
} }
await appContext.tabManager.openTabWithNoteWithHoisting(todayNote.noteId, { activate: true }); await appContext.tabManager.openInSameTab(todayNote.noteId);
} }
async runActiveNoteCommand() { async runActiveNoteCommand() {