Fix clipping area of text_editor placeholder

This commit is contained in:
Héctor Ramón Jiménez 2024-08-12 02:57:45 +02:00
parent 373e887a58
commit 3e59d824f8
No known key found for this signature in database
GPG key ID: 7CC46565708259A7

View file

@ -787,7 +787,7 @@ where
},
text_bounds.position(),
style.placeholder,
bounds,
text_bounds,
);
}
} else {