Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
masonry:
TextEditor
add Action::TextChanged
for backspace & delete (
#483) `masonry::text::edit::TextEditor` should emit an `Action::TextChanged(...)` also on `Backspace` and `Delete` if anything was deleted, so that e.g. `xilem::view::textbox::Textbox` receives this action. This is already implemented for `Ctrl+Backspace` and `Ctrl+Delete`. The code changes are not elegant, but intended to be minimally invasive. Local `cargo test` failed for the modified and an unmodified code, but sometimes with different errors—which I do not quite understand. I apologize in advance for any mistakes on my part, I've never before worked on open source repos and did not find any guideline for your project.
- Loading branch information