Render TextInput cursor inside the clipping area
This commit is contained in:
parent
51a0e99097
commit
d3cdee1d9b
2 changed files with 88 additions and 86 deletions
|
|
@ -121,6 +121,7 @@ impl State {
|
|||
}
|
||||
}
|
||||
|
||||
// TODO: Use `unicode-segmentation`
|
||||
pub struct Value(Vec<char>);
|
||||
|
||||
impl Value {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue