ctlIME // Hide candidates and tooltip on State.Empty().
This commit is contained in:
parent
d2ed575d36
commit
938fedbcc4
|
@ -151,6 +151,9 @@ extension ctlInputMethod {
|
||||||
{
|
{
|
||||||
commit(text: previous.composingBuffer)
|
commit(text: previous.composingBuffer)
|
||||||
}
|
}
|
||||||
|
// 在這裡手動再取消一次選字窗與工具提示的顯示,可謂雙重保險。
|
||||||
|
ctlInputMethod.ctlCandidateCurrent.visible = false
|
||||||
|
ctlInputMethod.tooltipController.hide()
|
||||||
clearInlineDisplay()
|
clearInlineDisplay()
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue