Inventory: allow selection and dropping by dragging while filtering
This commit is contained in:
@@ -5,6 +5,5 @@ import Dodge.Data.Item
|
||||
data CombinableItem = CombinableItem
|
||||
{ _ciInvIDs :: [Int]
|
||||
, _ciItem :: Item
|
||||
, _ciInfo :: [String]
|
||||
}
|
||||
makeLenses ''CombinableItem
|
||||
|
||||
Reference in New Issue
Block a user