diff --git a/src/components/FluxNote.vue b/src/components/FluxNote.vue index 78d8e42..924c156 100644 --- a/src/components/FluxNote.vue +++ b/src/components/FluxNote.vue @@ -52,7 +52,7 @@ useUserSettings() const { visitRepo } = useVisitRepo({ user: user, repo: repo }) const { toHTML } = useMarkdown(repo) const { listenToClick } = useLinks("note-display") -const { stackedNotes } = useRouteQueryStackedNotes() +const { stackedNotes, scrollToFocusedNote } = useRouteQueryStackedNotes() const { titles } = useNoteView("note-container") @@ -96,7 +96,11 @@ onUnmounted(() => {