mirror of
https://github.com/zadam/trilium.git
synced 2025-11-09 16:08:58 +01:00
open today note in current tab #7472
https://github.com/TriliumNext/Trilium/pull/7549#issuecomment-3458822614
This commit is contained in:
parent
e683dc1d66
commit
9c791df0ed
@ -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() {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user