SessionCtl // Stop switching to certain states if not prompted to.
This commit is contained in:
parent
2833224fd9
commit
88b0726448
|
@ -68,7 +68,7 @@ extension SessionCtl {
|
|||
if replace { state = previous }
|
||||
case .ofCommitting:
|
||||
commit(text: newState.textToCommit)
|
||||
state = IMEState.ofEmpty()
|
||||
if replace { state = IMEState.ofEmpty() }
|
||||
default: break innerCircle
|
||||
}
|
||||
ctlCandidateCurrent.visible = false
|
||||
|
|
Loading…
Reference in New Issue