KeyHandler // Reset tooltipUI color state when necessary.
This commit is contained in:
parent
a029460f96
commit
97c7918940
|
@ -136,6 +136,10 @@ extension KeyHandler {
|
|||
)
|
||||
}
|
||||
|
||||
if !stateResult.tooltip.isEmpty {
|
||||
ctlInputMethod.tooltipController.setColor(state: .denialOverflow)
|
||||
}
|
||||
|
||||
return stateResult
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue