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 }
|
if replace { state = previous }
|
||||||
case .ofCommitting:
|
case .ofCommitting:
|
||||||
commit(text: newState.textToCommit)
|
commit(text: newState.textToCommit)
|
||||||
state = IMEState.ofEmpty()
|
if replace { state = IMEState.ofEmpty() }
|
||||||
default: break innerCircle
|
default: break innerCircle
|
||||||
}
|
}
|
||||||
ctlCandidateCurrent.visible = false
|
ctlCandidateCurrent.visible = false
|
||||||
|
|
Loading…
Reference in New Issue