Change this to avoid Rope `to_string` performance cost. Ref #1220 The listeners of `InputEvent::Change` may not be going to use entire of text. ## Break Change - The `InputEvent::Change(SharedString)` removed value. ```diff - pub enum InputEvent { - Change(SharedString), + pub enum InputEvent { + Change, ``` |
||
|---|---|---|
| .. | ||
| locales | ||
| src | ||
| tests/fixtures | ||
| Cargo.toml | ||
| LICENSE-APACHE | ||