iced-rs / iced

A cross-platform GUI library for Rust, inspired by Elm
https://iced.rs
MIT License
22.96k stars 1.06k forks source link

Fix some `text_editor` quirks #2407

Closed hecrj closed 3 weeks ago

hecrj commented 3 weeks ago

This PR fixes an addition with overflow when scrolling a text_editor widget inside a scrollable and an edge case where the caret could be rendered outside of bounds after scrolling.