Reset is_pasting for TextInput even when unfocused

This commit is contained in:
Héctor Ramón Jiménez 2022-10-29 04:50:45 +02:00
parent 58d3374229
commit ac6a3cf8eb
No known key found for this signature in database
GPG key ID: 140CC052C94F138E

View file

@ -712,6 +712,8 @@ where
}
return event::Status::Captured;
} else {
state.is_pasting = None;
}
}
Event::Keyboard(keyboard::Event::ModifiersChanged(modifiers)) => {