KeyHandler // Fix conditioning error in handleBackspace().
This commit is contained in:
parent
6d2d3dc277
commit
99e84da69c
|
@ -444,7 +444,7 @@ extension KeyHandler {
|
|||
if composer.hasToneMarker(withNothingElse: true) {
|
||||
composer.clear()
|
||||
} else if composer.isEmpty {
|
||||
if compositorCursorIndex >= 0 {
|
||||
if compositorCursorIndex > 0 {
|
||||
deleteCompositorReadingAtTheRearOfCursor()
|
||||
walk()
|
||||
} else {
|
||||
|
|
Loading…
Reference in New Issue