Merge branch 'bugfix/预览模式问题' into 'develop'

Bugfix/预览模式问题

See merge request aibis-dream/aibis-dream!743
This commit is contained in:
2026-07-16 15:12:30 +00:00
@@ -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;