diff --git a/widget/src/text_editor.rs b/widget/src/text_editor.rs index 32537aff..e41c50d7 100644 --- a/widget/src/text_editor.rs +++ b/widget/src/text_editor.rs @@ -787,7 +787,7 @@ where }, text_bounds.position(), style.placeholder, - bounds, + text_bounds, ); } } else {