From 44e4f95498da06f65f02646bcec58fd55ba287f2 Mon Sep 17 00:00:00 2001 From: Jaro Date: Fri, 2 Jun 2023 10:04:43 +0200 Subject: [PATCH] Remove TODO which would require an API break. --- src/Data/Text/ParagraphLayout/Internal/Layout.hs | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/Data/Text/ParagraphLayout/Internal/Layout.hs b/src/Data/Text/ParagraphLayout/Internal/Layout.hs index a0c7535..eea0480 100644 --- a/src/Data/Text/ParagraphLayout/Internal/Layout.hs +++ b/src/Data/Text/ParagraphLayout/Internal/Layout.hs @@ -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. -- -- 2.30.2