ctlIME // Expose the tooltipController instance to public.

This commit is contained in:
ShikiSuen 2022-06-01 22:58:41 +08:00
parent 52317ba623
commit 300214be92
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ extension ctlCandidate {
class ctlInputMethod: IMKInputController {
@objc static var areWeDeleting = false
private static let tooltipController = TooltipController()
static let tooltipController = TooltipController()
// MARK: -