Fix KeyPressed event being always Captured by TextInput
This commit is contained in:
parent
e66a79fb9c
commit
f6700000a2
1 changed files with 2 additions and 2 deletions
|
|
@ -532,9 +532,9 @@ where
|
||||||
}
|
}
|
||||||
_ => {}
|
_ => {}
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|
||||||
return event::Status::Captured;
|
return event::Status::Captured;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
Event::Keyboard(keyboard::Event::KeyReleased { key_code, .. }) => {
|
Event::Keyboard(keyboard::Event::KeyReleased { key_code, .. }) => {
|
||||||
let state = state();
|
let state = state();
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue