Reset is_pasting for TextInput even when unfocused
This commit is contained in:
parent
58d3374229
commit
ac6a3cf8eb
1 changed files with 2 additions and 0 deletions
|
|
@ -712,6 +712,8 @@ where
|
||||||
}
|
}
|
||||||
|
|
||||||
return event::Status::Captured;
|
return event::Status::Captured;
|
||||||
|
} else {
|
||||||
|
state.is_pasting = None;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Event::Keyboard(keyboard::Event::ModifiersChanged(modifiers)) => {
|
Event::Keyboard(keyboard::Event::ModifiersChanged(modifiers)) => {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue