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, ``` |
||
|---|---|---|
| .. | ||
| hello_world | ||
| macros | ||
| story | ||
| ui | ||
| webview | ||
| wef | ||