mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
When we removed position: sticky, we introduced a subtle line breaking bug to pre-wrap that would cause whitespace to accumulate at the beginning of lines that follow unclean breaks. This patch adds back the deleted code (cleansed of the position sticky bits).