From 4681465a6889454e07da5accbef028f87ee1ed84 Mon Sep 17 00:00:00 2001 From: zonble Date: Sun, 30 Jan 2022 08:53:59 +0800 Subject: [PATCH] Fixes a typo. --- Source/InputMethodController.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/InputMethodController.swift b/Source/InputMethodController.swift index cdadc418..6308fc63 100644 --- a/Source/InputMethodController.swift +++ b/Source/InputMethodController.swift @@ -119,7 +119,7 @@ class McBopomofoInputMethodController: IMKInputController { (NSApp.delegate as? AppDelegate)?.checkForUpdate() } - override func deactivateServer(_ sender: Any!) { + override func deactivateServer(_ client: Any!) { keyHandler.clear() self.handle(state: .Empty(), client: client) self.handle(state: .Deactivated(), client: client)