Skip to content

Commit 3be2fe8

Browse files
kenz-gelsoftrhysd
andcommitted
Fix the preedit text placement on scrolled content
- backports iced-rs#2785 Co-authored-by: rhysd <[email protected]>
1 parent 8002f01 commit 3be2fe8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

widget/src/scrollable.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -892,7 +892,7 @@ where
892892
if let InputMethod::Open { position, .. } =
893893
shell.input_method_mut()
894894
{
895-
*position = *position + translation;
895+
*position = *position - translation;
896896
}
897897
}
898898

0 commit comments

Comments
 (0)