Work towards fixing inventory space leak

This commit is contained in:
2025-01-05 20:54:07 +00:00
parent 7175a96249
commit 9769480d0b
3 changed files with 53 additions and 53 deletions
+3 -1
View File
@@ -27,7 +27,9 @@ drawSelectionSections sss ldp cfig =
0
(foldMap
(\ss -> translate (100*fromIntegral (_ssIndent ss)) 0 <$>
(_ssShownItems ss)) sss)
--(take (_ssShownLength ss) $ _ssShownItems ss)) sss)
(_ssShownItems ss)
) sss)
drawSSCursor ::
IM.IntMap (SelectionSection a) ->