Render TextInput cursor inside the clipping area

This commit is contained in:
Héctor Ramón Jiménez 2019-10-31 04:43:29 +01:00
parent 51a0e99097
commit d3cdee1d9b
2 changed files with 88 additions and 86 deletions

View file

@ -121,6 +121,7 @@ impl State {
}
}
// TODO: Use `unicode-segmentation`
pub struct Value(Vec<char>);
impl Value {