Skip to content

fix: scroll to top when entering new folder in fixed mode#920

Merged
zanllp merged 1 commit into
mainfrom
fix/scroll-top-on-fixed-mode
Feb 17, 2026
Merged

fix: scroll to top when entering new folder in fixed mode#920
zanllp merged 1 commit into
mainfrom
fix/scroll-top-on-fixed-mode

Conversation

@zanllp

@zanllp zanllp commented Feb 17, 2026

Copy link
Copy Markdown
Owner

In scanned-fixed mode, stack.length is always 1 since openNext replaces the entire stack instead of pushing. The existing watch on stack.length wouldn't trigger scroll because v === lv is always true.

In scanned-fixed mode, stack.length is always 1 since openNext replaces
the entire stack instead of pushing. The existing watch on stack.length
wouldn't trigger scroll because v === lv is always true.

Co-Authored-By: Claude <noreply@anthropic.com>
@zanllp zanllp merged commit 20dd9b0 into main Feb 17, 2026
@zanllp zanllp deleted the fix/scroll-top-on-fixed-mode branch February 17, 2026 13:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant