mirror of https://github.com/wayvr-org/wayvr.git
fix exec button consuming InternalStateChange
This commit is contained in:
parent
35ced31b8f
commit
52ffa0989c
|
|
@ -177,7 +177,7 @@ pub(super) fn setup_custom_button<S: 'static>(
|
||||||
let state = state.clone();
|
let state = state.clone();
|
||||||
move |common, _data, _, _| {
|
move |common, _data, _, _| {
|
||||||
shell_on_tick(&state, common, piped);
|
shell_on_tick(&state, common, piped);
|
||||||
Ok(EventResult::Consumed)
|
Ok(EventResult::Pass)
|
||||||
}
|
}
|
||||||
}),
|
}),
|
||||||
);
|
);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue