Remove TODO which would require an API break.
1 files changed, 0 insertions(+), 2 deletions(-) M src/Data/Text/ParagraphLayout/Internal/Layout.hs
M src/Data/Text/ParagraphLayout/Internal/Layout.hs => src/Data/Text/ParagraphLayout/Internal/Layout.hs +0 -2
@@ 92,8 92,6 @@ layoutLines maxWidth openBoxes runs = case nonEmpty rest of openBoxes' = openBoxes `fromMaybe` lastSpanBoxes (PL.protoFragments fitting) -- TODO: Allow a run across multiple spans (e.g. if they only differ by colour). -- | Position all the given horizontal fragments on the same line, -- using @originY@ as its top edge, and return the bottom edge for continuation. --