ctlIME // Hide candidates and tooltip on State.Empty().

This commit is contained in:
ShikiSuen 2022-07-24 09:32:29 +08:00
parent d2ed575d36
commit 938fedbcc4
1 changed files with 3 additions and 0 deletions

View File

@ -151,6 +151,9 @@ extension ctlInputMethod {
{
commit(text: previous.composingBuffer)
}
//
ctlInputMethod.ctlCandidateCurrent.visible = false
ctlInputMethod.tooltipController.hide()
clearInlineDisplay()
}