ctlIME // Expose the tooltipController instance to public.
This commit is contained in:
parent
52317ba623
commit
300214be92
|
@ -40,7 +40,7 @@ extension ctlCandidate {
|
|||
class ctlInputMethod: IMKInputController {
|
||||
@objc static var areWeDeleting = false
|
||||
|
||||
private static let tooltipController = TooltipController()
|
||||
static let tooltipController = TooltipController()
|
||||
|
||||
// MARK: -
|
||||
|
||||
|
|
Loading…
Reference in New Issue