KeyHandler // Reset tooltipUI color state when necessary.

This commit is contained in:
ShikiSuen 2022-06-01 22:59:48 +08:00
parent a029460f96
commit 97c7918940
1 changed files with 4 additions and 0 deletions

View File

@ -136,6 +136,10 @@ extension KeyHandler {
)
}
if !stateResult.tooltip.isEmpty {
ctlInputMethod.tooltipController.setColor(state: .denialOverflow)
}
return stateResult
}