fix conflict
This commit is contained in:
parent
95775678ca
commit
49bcf8f794
6 changed files with 114 additions and 84 deletions
|
|
@ -285,7 +285,7 @@ pub fn session_handle_flutter_key_event(
|
|||
down_or_up: bool,
|
||||
) {
|
||||
if let Some(session) = SESSIONS.read().unwrap().get(&id) {
|
||||
// session.handle_flutter_key_event(&name, keycode, scancode, down_or_up);
|
||||
session.handle_flutter_key_event(&name, keycode, scancode, down_or_up);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue