From 308e068dfcd72de0e4bb1d1cb250d32934a07b78 Mon Sep 17 00:00:00 2001 From: ShikiSuen Date: Thu, 10 Aug 2023 15:26:29 +0800 Subject: [PATCH] InputHandler // Turn off HaninKeyboardSymbolMode on clear(). --- Source/Modules/InputHandler_Core.swift | 1 + 1 file changed, 1 insertion(+) diff --git a/Source/Modules/InputHandler_Core.swift b/Source/Modules/InputHandler_Core.swift index 05821b9b..1406b547 100644 --- a/Source/Modules/InputHandler_Core.swift +++ b/Source/Modules/InputHandler_Core.swift @@ -114,6 +114,7 @@ public class InputHandler: InputHandlerProtocol { clearComposerAndCalligrapher() compositor.clear() isCodePointInputMode = false + isHaninKeyboardSymbolMode = false } /// 警告:該參數僅代指組音區/組筆區域與組字區在目前狀態下被視為「空」。