Skip to content

Commit

Permalink
Revert "Show Both Reverse Code and Original Comment"
Browse files Browse the repository at this point in the history
This reverts commit 3e90bf9.
  • Loading branch information
graphemecluster committed Nov 8, 2023
1 parent 2c45ec0 commit f1261ca
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(cand->comment() + codes);
phrase->set_comment(codes);
}
}
}
Expand Down

0 comments on commit f1261ca

Please sign in to comment.