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 970fe26 commit ba3596bCopy full SHA for ba3596b
apps/client/src/widgets/dialogs/jump_to_note.tsx
@@ -51,10 +51,6 @@ export default function JumpToNoteDialogComponent() {
51
}
52
break;
53
54
- // Mode.RecentNotes intentionally falls through to default:
55
- // both represent the "normal open" behavior, where we decide between
56
- // showing recent notes or restoring the last search depending on timing.
57
- case Mode.RecentNotes:
58
default:
59
if (Date.now() - lastOpenedTs <= KEEP_LAST_SEARCH_FOR_X_SECONDS * 1000 && actualText.current) {
60
newMode = Mode.LastSearch;
0 commit comments