Skip to content

Commit 9c791df

Browse files
committed
open today note in current tab #7472
#7549 (comment)
1 parent e683dc1 commit 9c791df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/client/src/components/entrypoints.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ export default class Entrypoints extends Component {
166166
return;
167167
}
168168

169-
await appContext.tabManager.openTabWithNoteWithHoisting(todayNote.noteId, { activate: true });
169+
await appContext.tabManager.openInSameTab(todayNote.noteId);
170170
}
171171

172172
async runActiveNoteCommand() {

0 commit comments

Comments
 (0)