mirror of
https://github.com/zadam/trilium.git
synced 2025-11-06 21:36:05 +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;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
await appContext.tabManager.openTabWithNoteWithHoisting(todayNote.noteId, { activate: true });
|
await appContext.tabManager.openInSameTab(todayNote.noteId);
|
||||||
}
|
}
|
||||||
|
|
||||||
async runActiveNoteCommand() {
|
async runActiveNoteCommand() {
|
||||||
|
|||||||
Reference in New Issue
Block a user