Prevent selection of unselectable items when scrolling

This commit is contained in:
2023-02-20 11:19:25 +00:00
parent ab69de73c7
commit 2e46123a92
6 changed files with 58 additions and 81 deletions
-1
View File
@@ -2,7 +2,6 @@ module Dodge.Render.List where
--import Picture.Text
import Dodge.Inventory
import qualified Data.IntMap.Strict as IM
--import Data.Foldable
import Dodge.SelectionList
import Data.Maybe