SessionCtl // Implement hidePalletes().

This commit is contained in:
ShikiSuen 2023-03-20 14:38:42 +08:00
parent f76d0b6f96
commit 0f44861440
1 changed files with 7 additions and 0 deletions

View File

@ -375,4 +375,11 @@ public extension SessionCtl {
resetInputHandler()
super.inputControllerWillClose()
}
///
override func hidePalettes() {
candidateUI?.visible = false
popupCompositionBuffer.hide()
tooltipInstance.hide()
}
}