diff --git a/Assets/Scripts/Util/MobileKeyboardHandlerBottomPivot.cs b/Assets/Scripts/Util/MobileKeyboardHandlerBottomPivot.cs index 5d7810d..a751385 100644 --- a/Assets/Scripts/Util/MobileKeyboardHandlerBottomPivot.cs +++ b/Assets/Scripts/Util/MobileKeyboardHandlerBottomPivot.cs @@ -23,7 +23,9 @@ public class MobileKeyboardHandlerBottomPivot : MonoBehaviour void OnInputSelected(string text) { +#if !UNITY_EDITOR StartCoroutine(MoveInputAboveKeyboard()); +#endif } void OnInputDeselected(string text)