• pre-upstream-merge-backup 6733331add

    Ghost released this 2026-07-28 14:14:13 +03:00 | 1799 commits to dev since this release

    The article editor scrolls without being asked, with plenty of room
    left on screen. The only thing that moves it on a timer is the
    selection auto-scroll, which keeps firing until it is cancelled, so
    either the drag state outlives the drag or the delta is computed
    against the wrong range.

    Coordinates were the first suspect and they check out: _visibleRange
    comes from visibleTopBottomUpdated and is in widget space, same as the
    point from the mouse event. So log the rest — the delta, the current
    scroll top, the visible range and whether a drag is still considered
    active.

    Co-Authored-By: Claude Opus 5 noreply@anthropic.com

    Downloads