fix: retain the newest dictionary request

This commit is contained in:
2026-08-12 15:37:50 +09:00
parent fabce14933
commit 9c244d1dd1
4 changed files with 57 additions and 7 deletions

View File

@@ -32,6 +32,8 @@ void vietnamese_state_lifetime(struct ct*);
void engine_clears_candidates(struct ct*);
void engine_backspace_clears_candidates(struct ct*);
void engine_selects_visible_candidate(struct ct*);
void engine_candidate_shortcut_modifiers(struct ct*);
void engine_dictionary_queue_latest_wins(struct ct*);
void engine_commit_contract(struct ct*);
void engine_language_switch_state(struct ct*);
void engine_telex_history_bound(struct ct*);