InputHandler // Fix isConsideredEmptyForNow().

This commit is contained in:
ShikiSuen 2023-08-11 15:50:17 +08:00
parent f3673fa4a8
commit 4a476e0a50
1 changed files with 1 additions and 1 deletions

View File

@ -119,7 +119,7 @@ public class InputHandler: InputHandlerProtocol {
/// /
var isConsideredEmptyForNow: Bool {
compositor.isEmpty && isComposerOrCalligrapherEmpty && strCodePointBuffer.isEmpty
compositor.isEmpty && isComposerOrCalligrapherEmpty && !isCodePointInputMode && !isHaninKeyboardSymbolMode
}
// MARK: - Hanin Keyboard Symbol Mode.