Skip to content

Commit

Permalink
Fix: The Last Candidate Is Missing
Browse files Browse the repository at this point in the history
Regression from 0b5dd73.
  • Loading branch information
graphemecluster committed Mar 31, 2024
1 parent 7573b57 commit c44ab53
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/rime/translation.cc
Original file line number Diff line number Diff line change
Expand Up @@ -241,9 +241,6 @@ bool DistinctTranslation::Next() {
}
phrase->set_comment(comment);
}
if (translation_->exhausted()) {
set_exhausted(true);
}
return true;
}

Expand Down

0 comments on commit c44ab53

Please sign in to comment.