InputHandler // Remove useless conditions when nerfing single kanjis.
This commit is contained in:
parent
e4275a753e
commit
6a2a2de195
|
@ -152,10 +152,6 @@ extension InputHandler {
|
||||||
if input.isShiftHold, input.isCommandHold {
|
if input.isShiftHold, input.isCommandHold {
|
||||||
tooltipMessage = "- Succeeded in nerfing a user phrase."
|
tooltipMessage = "- Succeeded in nerfing a user phrase."
|
||||||
tooltipColorState = .succeeded
|
tooltipColorState = .succeeded
|
||||||
if !state.isFilterable {
|
|
||||||
delegate.callError("2EAC1F7A")
|
|
||||||
return true
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
if !state.isMarkedLengthValid {
|
if !state.isMarkedLengthValid {
|
||||||
delegate.callError("9AAFAC00")
|
delegate.callError("9AAFAC00")
|
||||||
|
|
Loading…
Reference in New Issue