fix exec button consuming InternalStateChange

This commit is contained in:
galister
2025-12-20 22:28:41 +09:00
parent 35ced31b8f
commit 52ffa0989c

View File

@@ -177,7 +177,7 @@ pub(super) fn setup_custom_button<S: 'static>(
let state = state.clone();
move |common, _data, _, _| {
shell_on_tick(&state, common, piped);
Ok(EventResult::Consumed)
Ok(EventResult::Pass)
}
}),
);