From 6a2a2de19520e215ad564b78b3f95d80ed39373e Mon Sep 17 00:00:00 2001 From: ShikiSuen Date: Wed, 22 Mar 2023 22:41:17 +0800 Subject: [PATCH] InputHandler // Remove useless conditions when nerfing single kanjis. --- Source/Modules/InputHandler_HandleStates.swift | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Source/Modules/InputHandler_HandleStates.swift b/Source/Modules/InputHandler_HandleStates.swift index bb120ddc..476c56ad 100644 --- a/Source/Modules/InputHandler_HandleStates.swift +++ b/Source/Modules/InputHandler_HandleStates.swift @@ -152,10 +152,6 @@ extension InputHandler { if input.isShiftHold, input.isCommandHold { tooltipMessage = "- Succeeded in nerfing a user phrase." tooltipColorState = .succeeded - if !state.isFilterable { - delegate.callError("2EAC1F7A") - return true - } } if !state.isMarkedLengthValid { delegate.callError("9AAFAC00")