InputHandler // Remove useless conditions when nerfing single kanjis.

This commit is contained in:
ShikiSuen 2023-03-22 22:41:17 +08:00
parent e4275a753e
commit 6a2a2de195
1 changed files with 0 additions and 4 deletions

View File

@ -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")