Remove _ssCursor

This commit is contained in:
2024-10-31 09:55:12 +00:00
parent 79b0af228e
commit a2dd10323c
5 changed files with 93 additions and 88 deletions
+1 -1
View File
@@ -34,7 +34,7 @@ data SectionCursor = SectionCursor
data SelectionSection a = SelectionSection
{ _ssItems :: IntMap (SelectionItem a)
, _ssCursor :: Maybe SectionCursor
-- , _ssCursor :: Maybe SectionCursor
, _ssMinSize :: Int
, _ssOffset :: Int
, _ssShownItems :: [Picture]