diff --git a/Assets/Scripts/Shop/View/ShopView.cs b/Assets/Scripts/Shop/View/ShopView.cs index 2dca01a..c54f29d 100644 --- a/Assets/Scripts/Shop/View/ShopView.cs +++ b/Assets/Scripts/Shop/View/ShopView.cs @@ -158,7 +158,7 @@ public abstract class ShopView : MonoBehaviour else if (Input.GetMouseButtonUp(0)) { - if (shopController is GridViewKeyboardController) + if (shopController is GridViewKeyboardController || shopController is ListKeyboardController) { SwitchToMouseControl(); }