Skip to content

Commit c1dad72

Browse files
authored
Refactor ibus (#269)
1 parent 1a1620e commit c1dad72

File tree

3 files changed

+373
-251
lines changed

3 files changed

+373
-251
lines changed

ibus-akaza/src/commands.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ pub(crate) fn ibus_akaza_commands_map() -> HashMap<&'static str, IbusAkazaComman
6464
});
6565

6666
register("update_candidates", |context, engine| {
67-
context.update_candidates(engine, true);
67+
context.update_candidates(engine);
6868
true
6969
});
7070
register("erase_character_before_cursor", |context, engine| {

0 commit comments

Comments
 (0)