From 78af4b72c2521cd7b7457c67346b7e779580ffec Mon Sep 17 00:00:00 2001 From: ShikiSuen Date: Sat, 22 Oct 2022 11:48:15 +0800 Subject: [PATCH] SessionCtl // Add comments regarding upstream issue 346 and UPR347. --- Source/Modules/SessionCtl_HandleStates.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/Modules/SessionCtl_HandleStates.swift b/Source/Modules/SessionCtl_HandleStates.swift index 72f57460..378a3168 100644 --- a/Source/Modules/SessionCtl_HandleStates.swift +++ b/Source/Modules/SessionCtl_HandleStates.swift @@ -48,7 +48,7 @@ extension SessionCtl { if previous.hasComposition { commit(text: previous.displayedText) } - clearInlineDisplay() + clearInlineDisplay() // 該函式有對 client 做 guard-let 保護,不會出現上游 #346 的問題。 // 最後一道保險 inputHandler.clear() // 特殊處理:deactivateServer() 可能會遲於另一個客體會話的 activateServer() 執行。