We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 47ea7ea commit 4292262Copy full SHA for 4292262
2 files changed
src/components/folders/index.tsx
@@ -219,7 +219,7 @@ export default function FolderPanel({
219
</div>
220
<div className="text-muted-foreground flex items-center gap-2 text-sm">
221
<span className="text-xs opacity-80">
222
- Typelets v{APP_VERSION}.beta
+ Typelets v{APP_VERSION}
223
</span>
224
225
src/components/layout/MainLayout.tsx
@@ -401,7 +401,7 @@ export default function MainLayout() {
401
hidingNote,
402
onUnhideNote: unhideNote,
403
onRefreshNote: handleRefreshNote,
404
- onSelectNote: setSelectedNote, // For navigating to linked notes
+ onSelectNote: handleSelectNote, // For navigating to linked notes (opens in new tab)
405
userId,
406
isNotesPanelOpen: filesPanelOpen,
407
onToggleNotesPanel: handleToggleNotesPanel,
0 commit comments