SessionCtl // Remove a duplicated command.

This commit is contained in:
ShikiSuen 2023-09-09 19:19:00 +08:00
parent 067f32e102
commit 8b5e743b9f
1 changed files with 0 additions and 1 deletions

View File

@ -115,7 +115,6 @@ extension SessionCtl: CtlCandidateDelegate {
{
return blankResult
}
if !PrefMgr.shared.showReverseLookupInCandidateUI { return blankResult }
if isVerticalTyping { return blankResult } //
if value.isEmpty { return blankResult } // 西
if value.contains("_") { return blankResult }