scroll to element for linear view

This commit is contained in:
Henry Jameson 2026-09-09 18:22:18 +03:00
commit 7753a94a2f
6 changed files with 77 additions and 49 deletions

View file

@ -10,6 +10,7 @@
:replies="getReplies(statusId)"
:focused="focused === statusId"
:data-status-id="statusId"
:conversation-rank="depth === 0 ? 'current' : 'child'"
:thread-display-state="threadDisplay.get(statusId)"