Skip to content

Commit e683dc1

Browse files
committed
add openTodayNote to CommandMappings #7472
1 parent 14a3438 commit e683dc1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

apps/client/src/components/app_context.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -270,6 +270,7 @@ export type CommandMappings = {
270270
closeThisNoteSplit: CommandData;
271271
moveThisNoteSplit: CommandData & { isMovingLeft: boolean };
272272
jumpToNote: CommandData;
273+
openTodayNote: CommandData;
273274
commandPalette: CommandData;
274275

275276
// Keyboard shortcuts

0 commit comments

Comments
 (0)