InputHandler // Remove a failed toleration with phonabet inputs.

This commit is contained in:
ShikiSuen 2023-02-13 18:42:23 +08:00
parent acdde919ef
commit 0759969f6f
1 changed files with 1 additions and 5 deletions

View File

@ -442,11 +442,7 @@ extension InputHandler {
return true return true
} }
let isConfirm: Bool = prefs.cassetteEnabled ? input.isSpace : composer.hasIntonation(withNothingElse: true) if isComposerOrCalligrapherEmpty {
if isConfirm {
clearComposerAndCalligrapher()
} else if isComposerOrCalligrapherEmpty {
if compositor.cursor > 0 { if compositor.cursor > 0 {
compositor.dropKey(direction: .rear) compositor.dropKey(direction: .rear)
walk() walk()