SessionCtl // Implement hidePalletes().
This commit is contained in:
parent
f76d0b6f96
commit
0f44861440
|
@ -375,4 +375,11 @@ public extension SessionCtl {
|
||||||
resetInputHandler()
|
resetInputHandler()
|
||||||
super.inputControllerWillClose()
|
super.inputControllerWillClose()
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/// 該函式僅用來取消任何輸入法浮動視窗的顯示。
|
||||||
|
override func hidePalettes() {
|
||||||
|
candidateUI?.visible = false
|
||||||
|
popupCompositionBuffer.hide()
|
||||||
|
tooltipInstance.hide()
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue