Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
jprochazk committed May 28, 2024
1 parent 2994ae9 commit f6e7281
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/eframe/src/web/text_agent.rs
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ impl TextAgent {
runner_ref.add_event_listener(&input, "compositionupdate", on_composition_update)?;
runner_ref.add_event_listener(&input, "compositionend", on_composition_end)?;

Ok(TextAgent {
Ok(Self {
input,
prev_ime_output: Default::default(),
})
Expand Down

0 comments on commit f6e7281

Please sign in to comment.