mirror of
https://github.com/YGGverse/Yoda.git
synced 2025-01-15 01:00:02 +00:00
update navigation widget on entry activate
This commit is contained in:
parent
dfa8c7a998
commit
320a97f9fb
@ -85,6 +85,7 @@ impl Form {
|
||||
if !this.text().is_empty() {
|
||||
match navigation.forward(subject) {
|
||||
Some((mut start, _)) => {
|
||||
navigation.update();
|
||||
result.update(navigation.position(), navigation.total());
|
||||
scroll_to_iter(&subject.text_view, &mut start)
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user