Skip to content

Commit

Permalink
wip: clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
tomcur committed Sep 11, 2024
1 parent b01f737 commit eee4bf2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/vello_editor/src/text.rs
Original file line number Diff line number Diff line change
Expand Up @@ -406,7 +406,7 @@ impl Editor {
&self.layout,
preedit_start,
Affinity::Downstream,
)
);
}

self.set_ime_cursor_area(window);
Expand Down

0 comments on commit eee4bf2

Please sign in to comment.