We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e683dc1 commit 9c791dfCopy full SHA for 9c791df
apps/client/src/components/entrypoints.ts
@@ -166,7 +166,7 @@ export default class Entrypoints extends Component {
166
return;
167
}
168
169
- await appContext.tabManager.openTabWithNoteWithHoisting(todayNote.noteId, { activate: true });
+ await appContext.tabManager.openInSameTab(todayNote.noteId);
170
171
172
async runActiveNoteCommand() {
0 commit comments