From 863633bc08b0487432fd9ef3851589e68ea395b1 Mon Sep 17 00:00:00 2001 From: Ino Date: Fri, 19 Dec 2025 07:25:24 +0900 Subject: [PATCH] =?UTF-8?q?=EC=B1=84=ED=8C=85=20=EB=A9=94=EC=8B=9C?= =?UTF-8?q?=EC=A7=80=EC=B0=BD=EC=9D=B4=20=EA=B0=80=EC=83=81=20=ED=8C=A8?= =?UTF-8?q?=EB=93=9C=EA=B0=80=20=ED=99=9C=EC=84=B1=ED=99=94=EB=90=98?= =?UTF-8?q?=EC=96=B4=EC=9E=88=EC=A7=80=20=EC=95=8A=EC=9D=84=20=EA=B2=BD?= =?UTF-8?q?=EC=9A=B0,=20=ED=95=98=EB=8B=A8=EC=97=90=20=EB=B0=B0=EC=B9=98?= =?UTF-8?q?=EB=90=98=EB=8F=84=EB=A1=9D=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Assets/Scripts/Util/MobileKeyboardHandlerBottomPivot.cs | 2 ++ 1 file changed, 2 insertions(+) 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)