slint/internal/core/items
Olivier Goffart 908c68f2a1 TextInput: inserting empty string should do nothing
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
2023-12-19 15:36:59 +01:00
..
component_container.rs component_container: Add has-component property 2023-11-28 10:38:46 +01:00
flickable.rs Implement TouchArea::scroll-event 2023-10-07 07:59:53 +02:00
image.rs Remove duplicated geometry properties from items 2023-09-13 16:08:37 +02:00
path.rs Remove duplicated geometry properties from items 2023-09-13 16:08:37 +02:00
text.rs TextInput: inserting empty string should do nothing 2023-12-19 15:36:59 +01:00