InputHandler // Remove a failed toleration with phonabet inputs.
This commit is contained in:
parent
acdde919ef
commit
0759969f6f
|
@ -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()
|
||||||
|
|
Loading…
Reference in New Issue