diff --git a/src/rime/gear/speller.cc b/src/rime/gear/speller.cc index f18e8482d..4213de298 100644 --- a/src/rime/gear/speller.cc +++ b/src/rime/gear/speller.cc @@ -39,7 +39,8 @@ static inline bool is_table_entry(const an& cand) { } static inline bool is_simple_candidate(const an& cand) { - return bool(As(cand)); + auto genuine = Candidate::GetGenuineCandidate(cand); + return bool(As(genuine)); } static bool is_auto_selectable(const an& cand,