diff --git a/ka-note/client/src/lib/components/DashboardView.svelte b/ka-note/client/src/lib/components/DashboardView.svelte index f29dff7..fdb3605 100644 --- a/ka-note/client/src/lib/components/DashboardView.svelte +++ b/ka-note/client/src/lib/components/DashboardView.svelte @@ -38,8 +38,7 @@ upsertContext({ id: context.id, meta }); } - // Metadata collapsed by default - let metaOpen = $state(false); + let metaOpen = $state(true); let abbrError = $state(''); // --- Notes ---