SecondHalfGames / yakui

yakui is a declarative Rust UI library for games
Apache License 2.0
222 stars 18 forks source link

Put TextBox cursor back in bounds if the text changes (#168) #169

Closed HexyWitch closed 2 weeks ago

HexyWitch commented 2 weeks ago

Set the textbox cursor to be within the range of the text in TextBoxWidget::update.

Should fix #168