SessionCtl // Add comments regarding upstream issue 346 and UPR347.
This commit is contained in:
parent
d35b958f16
commit
78af4b72c2
|
@ -48,7 +48,7 @@ extension SessionCtl {
|
||||||
if previous.hasComposition {
|
if previous.hasComposition {
|
||||||
commit(text: previous.displayedText)
|
commit(text: previous.displayedText)
|
||||||
}
|
}
|
||||||
clearInlineDisplay()
|
clearInlineDisplay() // 該函式有對 client 做 guard-let 保護,不會出現上游 #346 的問題。
|
||||||
// 最後一道保險
|
// 最後一道保險
|
||||||
inputHandler.clear()
|
inputHandler.clear()
|
||||||
// 特殊處理:deactivateServer() 可能會遲於另一個客體會話的 activateServer() 執行。
|
// 特殊處理:deactivateServer() 可能會遲於另一個客體會話的 activateServer() 執行。
|
||||||
|
|
Loading…
Reference in New Issue