mirror of
https://github.com/nesquena/hermes-webui.git
synced 2026-07-21 15:10:30 +00:00
2a40ca4240
A later streaming parse-cache change dropped the #MOBILESCROLL guard from the live-stream render tick while leaving the helper and CSS in place. On iOS PWA, Safari can paint a transient scrollTop=0 frame during streamed DOM rebuilds, forcing the reader to the first/oldest message. Re-add _fixMobileScrollJank() before streaming DOM work begins and pin it with a regression test so the third layer of the mobile scroll fix cannot be silently dropped again.