You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
test(desktop): deselect-proof the code-scroll drag
The selection-drag assertion raced selection anchoring: mousedown on a
guessed container offset sometimes never formed a selection anchor
(cold-start font reflow moves the glyphs), so the long drag
auto-scrolled without selecting and failed with an opaque zero at the
end. Anchor on the measured first line after fonts settle, establish
the selection with a short in-viewport drag, and only start the long
auto-scroll drag once the selection observably exists.
0 commit comments