While trying to understand the architecture of Iced I started implementing selecting text for the native TextInput.
When I wanted to implement copying to the clipboard I got irritated about what the purpose of is_pasting is as it seems to get cleared right after being set.
Does it have some purpose or can it be ignored / removed?
While trying to understand the architecture of Iced I started implementing selecting text for the native
TextInput.When I wanted to implement copying to the clipboard I got irritated about what the purpose of
is_pastingis as it seems to get cleared right after being set.Does it have some purpose or can it be ignored / removed?