kimi-code/apps
qer e9f3b246e5 fix(web): stop yanking the view to bottom when scrolling up mid-thinking
onPanesScroll swallowed any scroll event within 100ms of a programmatic scroll
to dodge the smooth-scroll echo. But the streaming follow re-pins every ~120ms
during the thinking phase, so a user's upward scroll almost always landed inside
a fresh window and was ignored — following never flipped off and the view
snapped back to the bottom. The window is only needed for the async smooth path
(the pill); the synchronous streaming scroll updates lastScrollTop inline and
its echo event is a no-op. Scope the suppression window to smooth scrolls only.
2026-06-13 11:55:22 +08:00
..
kimi-code feat(server): local-only foreground server with TUI ready banner 2026-06-12 16:09:21 +08:00
kimi-web fix(web): stop yanking the view to bottom when scrolling up mid-thinking 2026-06-13 11:55:22 +08:00
vis fix: add minor improvements for Mira (#649) 2026-06-11 15:50:33 +08:00