Refresh outline panel when switching notes (#184)

This commit is contained in:
Yuri Karamian
2026-06-28 19:12:29 +02:00
parent b643eeb884
commit a192723fbd
+2 -1
View File
@@ -2924,7 +2924,8 @@
pendingContent = content; pendingContent = content;
isLoadingNote = false; isLoadingNote = false;
} }
} if (!isMobile && showOutline) scheduleOutline();
}
function stripTitleH1(md: string): string { function stripTitleH1(md: string): string {
const title = $activeNote?.meta.title; const title = $activeNote?.meta.title;