fix: 预览模式问题

This commit is contained in:
2026-07-16 23:11:36 +08:00
parent e363c6e4a5
commit 5d07012cb6
@@ -132,6 +132,9 @@ namespace AibisDream.UI
private bool _cursorVisible = true;
private Coroutine _crashSpamCoroutine;
private double _editorLastRepaintTime;
#if UNITY_EDITOR
private GUIStyle _editorPreviewLabelStyle;
#endif
private IMECompositionMode _previousImeMode = IMECompositionMode.Auto;
private bool _imeOverridden;
private bool _compositionWasActive;