We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ea9b95 commit 60ca58bCopy full SHA for 60ca58b
1 file changed
src/rime/gear/reverse_lookup_filter.cc
@@ -79,7 +79,7 @@ void ReverseLookupFilter::Process(const an<Candidate>& cand) {
79
if (rev_dict_->ReverseLookup(phrase->text(), &codes)) {
80
comment_formatter_.Apply(&codes);
81
if (!codes.empty()) {
82
- if (!overwrite_comment_ && !append_comment_) {
+ if (!overwrite_comment_ && !append_comment_ && cand->comment().empty()) {
83
phrase->set_comment(codes);
84
} else if (overwrite_comment_) {
85
0 commit comments