InputHandler // Turn off HaninKeyboardSymbolMode on clear().
This commit is contained in:
parent
48978f396b
commit
308e068dfc
|
@ -114,6 +114,7 @@ public class InputHandler: InputHandlerProtocol {
|
||||||
clearComposerAndCalligrapher()
|
clearComposerAndCalligrapher()
|
||||||
compositor.clear()
|
compositor.clear()
|
||||||
isCodePointInputMode = false
|
isCodePointInputMode = false
|
||||||
|
isHaninKeyboardSymbolMode = false
|
||||||
}
|
}
|
||||||
|
|
||||||
/// 警告:該參數僅代指組音區/組筆區域與組字區在目前狀態下被視為「空」。
|
/// 警告:該參數僅代指組音區/組筆區域與組字區在目前狀態下被視為「空」。
|
||||||
|
|
Loading…
Reference in New Issue