From 330bc5b41dcd88c74ae4283ea4df074d2a5d2c07 Mon Sep 17 00:00:00 2001 From: Julien Calixte Date: Mon, 16 Mar 2026 18:49:21 +0100 Subject: [PATCH] fix: scroll to stacked note on title click - Pass didrkey (with colons) instead of classNameId to scrollToFocusedNote in StackedPublicNote, so findIndex matches the URL-stored ID - Revert includes() to strict === in findIndex for semantic correctness --- src/components/StackedPublicNote.vue | 2 +- src/hooks/useRouteQueryStackedNotes.hook.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/StackedPublicNote.vue b/src/components/StackedPublicNote.vue index 50293a9..80af693 100644 --- a/src/components/StackedPublicNote.vue +++ b/src/components/StackedPublicNote.vue @@ -85,7 +85,7 @@ watch( >