Inventory: allow selection and dropping by dragging while filtering

This commit is contained in:
2024-11-20 19:58:24 +00:00
parent b750fe4186
commit efef41c9e1
5 changed files with 13 additions and 18 deletions
-1
View File
@@ -5,6 +5,5 @@ import Dodge.Data.Item
data CombinableItem = CombinableItem
{ _ciInvIDs :: [Int]
, _ciItem :: Item
, _ciInfo :: [String]
}
makeLenses ''CombinableItem