mirror of
https://github.com/zadam/trilium.git
synced 2026-03-23 04:10:16 +01:00
open today note in current tab #7472
https://github.com/TriliumNext/Trilium/pull/7549#issuecomment-3458822614
This commit is contained in:
@@ -166,7 +166,7 @@ export default class Entrypoints extends Component {
|
||||
return;
|
||||
}
|
||||
|
||||
await appContext.tabManager.openTabWithNoteWithHoisting(todayNote.noteId, { activate: true });
|
||||
await appContext.tabManager.openInSameTab(todayNote.noteId);
|
||||
}
|
||||
|
||||
async runActiveNoteCommand() {
|
||||
|
||||
Reference in New Issue
Block a user