Skip to content

Commit

Permalink
Show Both Reverse Code and Original Comment
Browse files Browse the repository at this point in the history
  • Loading branch information
graphemecluster committed Aug 4, 2023
1 parent 3f7b9a3 commit 3e90bf9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rime/gear/reverse_lookup_filter.cc
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ void ReverseLookupFilter::Process(const an<Candidate>& cand) {
if (rev_dict_->ReverseLookup(phrase->text(), &codes)) {
comment_formatter_.Apply(&codes);
if (!codes.empty()) {
phrase->set_comment(codes);
phrase->set_comment(cand->comment() + codes);
}
}
}
Expand Down

0 comments on commit 3e90bf9

Please sign in to comment.