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
@@ -187,7 +187,7 @@ defaultSS :: SelectionSection a
defaultSS =
SelectionSection
{ _ssItems = mempty
, _ssCursor = Nothing
-- , _ssCursor = Nothing
, _ssMinSize = 10
, _ssOffset = 0
, _ssShownItems = []