mirror of
https://github.com/slint-ui/slint.git
synced 2025-12-23 09:19:32 +00:00
So that we don't erase selection or call edited unless there is
something typed.
Workaround a bug in which plasma/wayland sends many empty ime event:
```
WindowEvent { window_id: WindowId(WindowId(94309690701616)), event: Ime(Preedit("", None)) }
```
Fixes #4184
|
||
|---|---|---|
| .. | ||
| component_container.rs | ||
| flickable.rs | ||
| image.rs | ||
| path.rs | ||
| text.rs | ||