From bd0fe1bacc7e76c428aa1cc818019c68e65924d8 Mon Sep 17 00:00:00 2001 From: ShikiSuen Date: Fri, 4 Nov 2022 18:49:16 +0800 Subject: [PATCH] SessionCtl // Disable setMarkedText() on activateServer(). --- Source/Modules/SessionCtl_Core.swift | 1 + 1 file changed, 1 insertion(+) diff --git a/Source/Modules/SessionCtl_Core.swift b/Source/Modules/SessionCtl_Core.swift index 4ac4aabd..bd64aa2f 100644 --- a/Source/Modules/SessionCtl_Core.swift +++ b/Source/Modules/SessionCtl_Core.swift @@ -148,6 +148,7 @@ public class SessionCtl: IMKInputController { extension SessionCtl { /// 強制重設當前鍵盤佈局、使其與偏好設定同步。 + /// - Remark: 該函式需要顯著的執行時間。 public func setKeyLayout() { guard let client = client(), let myID = Bundle.main.bundleIdentifier, !myID.isEmpty, clientBundleIdentifier != myID