Twinned from https://github.com/cfsh/ninefold/issues/1168 by tools/beads/import_github.py's reconcile pass.
Suggestions from ninefold-reviewer's review of #1158
games/tonapse/CONTROLS.md:173-174 still documents "Scroll: the focused control is kept in view (ScrollContainer.FollowFocus)" for Tonapse's editor page. That's been false since #308 removed the page's ScrollContainer entirely (TonapseHome.cs's own comment: "nothing scrolls anymore — no headroom, no FollowFocus"). #1158's new header comment in ControllerNavGodotTest.cs formally confirms the removal in code (it's why the dead FollowFocus test assertion was dropped there) but doesn't touch this doc. Not a regression from #1158 — pre-existing, surfaced only because #1158 is elbow-deep in the exact fact this doc gets wrong. Fix: update or remove the stale scroll-behaviour line in CONTROLS.md.None.
No comments.