ctlIME // Only handle composition if client() exists.

This commit is contained in:
ShikiSuen 2022-08-21 23:36:46 +08:00
parent 77531692ec
commit 6fc27788ed
1 changed files with 3 additions and 0 deletions

View File

@ -39,6 +39,9 @@ extension ctlInputMethod {
} }
} }
///
guard client() != nil else { return false }
/// flags使 KeyHandler /// flags使 KeyHandler
/// flags /// flags
/// event.type == .flagsChanged return false /// event.type == .flagsChanged return false