|
|
|
@ -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(); |
|
|
|
} |
|
|
|
|