Source: codebase-review.md — Bug B1
repaint fires async renderers (Mermaid) without await, so scrollTop is restored before async DOM mutations complete, causing a visual jump when viewing documents with diagrams.
Fix: await all async renderers before restoring scroll position.
Source: codebase-review.md — Bug B1
repaintfires async renderers (Mermaid) withoutawait, soscrollTopis restored before async DOM mutations complete, causing a visual jump when viewing documents with diagrams.Fix: await all async renderers before restoring scroll position.