InputHandler // Fix isConsideredEmptyForNow().

This commit is contained in:
ShikiSuen 2023-06-15 01:35:01 +08:00
parent f140471995
commit 7c64b4aaf4
1 changed files with 3 additions and 1 deletions

View File

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